PHPMailer and Hotmail Spam

Status
Not open for further replies.

soulhunter

New Member
Messages
7
Reaction score
0
Points
0
Hi. i´m using PHPMailer to send newsletters to my users. The point is that most of them are @hotmail accounts and always the mails are identified as spam. I´ve reading and it´s seems that it´s problem about the php.ini configuration and the mail´s headers when the mail is send, this is because the domain (i asume x10hosting.com) is not trusted and hotmail considers it spam.
I don´t know what to do, because i can´t modify any headers via PHPMailer methods so it goes to inbox instead of spam.
Any suggestions ?

Regards.-
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
The problem most likely lies in the fact that all the free server's IPs are in spam blacklists.

There isn't much you can do.
 

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
You could always just leave a link to a tutorial or something helping the users add the domain to their allow list, which would prevent your emails being marked as spam?
 
Status
Not open for further replies.
Top