People recive our mails like spam

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
 

stanbusk

Administrator
Staff member
There are dozens of rules to detect spam. One of them is when there is more picture than text, it is your case.
 

juancarlos

New Member
Hi, Thanks for reply,

So I have to write more text, but how much? the total lines of the heigh and width of the image? Also in html mode, or in plain text? how can I write in text plain in maxbulk mailer?

Thanks.
 

stanbusk

Administrator
Staff member
It has to be text inside the HTML part. There is lot of spam made of a picture, I am sure you have already received that kind of stuff. Try something like 50%/50&%.
 
Top