juancarlos
New Member
Hi,
I need some advice, our company use maxbulk Mailer for send promos to our client list, but all the mails appears like if it were spam.
The emails are usually HTML, an image published in our server (in a http direction), for example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<body>
<center>
<p><a href="http://www.XXXXX.com"><img src="http://www.XXXXXX.com/XXXXXXX.jpg" alt="plantronics" width="567" height="594" border="0" /></a></p>
</center>
</body>
</html>
I read that its because the mail is only in HTML mode, so I tried to put in normal text after an before the HTML image, but the results are the same, people recive it like spam.
I read that I have to do it with plain text + HTML but I don't know how to do it in maxbulk Mailer, and the only thing in htm that I send is the imagelink so, what can I do for not sending it like spam?
Thanks
I need some advice, our company use maxbulk Mailer for send promos to our client list, but all the mails appears like if it were spam.
The emails are usually HTML, an image published in our server (in a http direction), for example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<body>
<center>
<p><a href="http://www.XXXXX.com"><img src="http://www.XXXXXX.com/XXXXXXX.jpg" alt="plantronics" width="567" height="594" border="0" /></a></p>
</center>
</body>
</html>
I read that its because the mail is only in HTML mode, so I tried to put in normal text after an before the HTML image, but the results are the same, people recive it like spam.
I read that I have to do it with plain text + HTML but I don't know how to do it in maxbulk Mailer, and the only thing in htm that I send is the imagelink so, what can I do for not sending it like spam?
Thanks