I have set up several email accounts on my vps hosting but I can't receive any emails that are send via php from another hosting. Everything works fine when I send emails from gmail for example, I receive them without a trouble. Does anyone know any reason why emails sent from php can't be received?

link|improve this question

are you sure they are being sent? – Orentet Jan 12 at 11:52
Can you check log of MTA? – rkosegi Jan 12 at 11:53
Yes I'm sure they are sent... I can receive them on my gmail account. – Levani Jan 12 at 11:55
I mean log of mail transfer agent when sending to vps hosting accounts from PHP. – rkosegi Jan 12 at 12:00
feedback

3 Answers

Try using phpmailer, it's a good mailing class which automatically sets well defined headers so that the mail is more likely to not land in the spam folder.

link|improve this answer
He could also try swiftmailer swiftmailer.org – Khronos Jan 12 at 12:32
feedback

Sounds like a spam filter issue. Have you set up a proper Sender ID/SPF framework in your domain name service so that the host appears to be a valid MTA for this domain? Look here for a detailed explanation of Sender ID/SPF/DKIM, etc.

link|improve this answer
feedback

Check your spam folder.

GMail is able to differenciate if a mail has been sent from outlook for example or an automated application. (I dont know how, but they can). If i send an email from my work account to GMAil works, if its a web app or executable with the same email adress, it ends up on the spam folder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.