hello friend ,
I am facing a big issue from last two days while i am sending mail from php program its going to the junk mail why… i dont know i google for this issues and applied so many thing then also going to junk or spam please help me to send the mails in inbox
this is my header section code please tell any way…
Well, if you know how spam filters work you can change the contents of your e-mails accordingly, to avoid them getting caught by spam filters.
The sender policy framework is something you can setup in your DNS to indicate that a specific IP is allowed to send e-mails for e specific domain, which helps in that it indicates to spam filters that the origin of the e-mail is OK.
The headers of your e-mail have little (to nothing) to do with it. Although you may want to consider sending plain text and html in the same e-mail, as spam filters are not keen on html-only e-mails. You can do this using multipart/alternative.
ya i am using html tags i need to send picture message in that … its one part i tried with a simple text sending that also going to junk see the code i have attached below