PHP Mail sends email to spam

Asked

Viewed 131 times

0

I am wanting to send an email using phpmail, but it always falls as spam. There is something I can do to not get into spam?

I made a very simple code to test:

mail($email,"Assunto do email","Corpo da mensagem");
  • Try sending authenticated using phpmailer.

  • Use version with SSL authentication

  • https://answall.com/questions/65198/e-mail-cai-na-caixa-de-spam-php-usando-layout-html

  • I’ll test phpmailer here

  • @Leandromarzullo phpmailer already comes with this native SSL warning. Use it and abuse it

  • 1

    Show! Gave straight, Valew personal, I used the phpmailer

  • Just a doubt, I used in a domain that has SSL certificate and gave certificate, in the no certificate, continues to spam. can do without the certificate or you will have to hire SSL?

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.