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");
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");
Browser other questions tagged php phpmailer
You are not signed in. Login or sign up in order to post.
Try sending authenticated using phpmailer.
– Sam
Use version with SSL authentication
– hugocsl
https://answall.com/questions/65198/e-mail-cai-na-caixa-de-spam-php-usando-layout-html
– Vinícius
I’ll test phpmailer here
– Leandro Marzullo
@Leandromarzullo phpmailer already comes with this native SSL warning. Use it and abuse it
– gabrielfalieri
Show! Gave straight, Valew personal, I used the phpmailer
– Leandro Marzullo
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?
– Leandro Marzullo