PHP Mail sends email to spam

0

I want to send an email using phpmail, but it always falls as spam. Is there anything I can do to stay out of spam?

I made a very simple code to test:

mail($email,"Assunto do email","Corpo da mensagem");
    
asked by anonymous 18.06.2018 / 14:26

0 answers