Junk folder problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Komp
Forum Newbie
Posts: 4
Joined: Thu Mar 12, 2009 11:42 am

Junk folder problem

Post by Komp »

Hi guys...

I've got this problem:
Sending an email with php by using the mail() function (I am using php mailer libraries, if it is usefull to know) it goes to junk folder regardless the mail I send to. I am sending only 1 mail at once (no spam).

How can I solve this problem?

Please help, it's important! :(

Thanks in advance
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Junk folder problem

Post by Benjamin »

Have a look at swiftmailer. It will create properly formed messages. You could be on a shared server with spammers as well.
Post Reply