smtp - My server and php mail() function sends email to the spam folder -


is there way install smtp service on linux server , use php send emails through ?

so emails doesn't show spam ?

maybe through ssl ?

my mail() function perfect , perfect headers , still sending spam :(

thanks .

there plenty of variables potentially involved here.

your idea of perfect header seems subjective. recommend use phpmailer or swiftmailer handle mailing needs.

some other variables might need take account processing of bounced emails, , making sure send mail in chunks opposed 1 big send off.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -