I can't seem to get the PHP mail function to work anymore...
That's my script, where name@email.com is replaced by my actual e-mail. I have been accessing it over and over again, and I never receive the e-mail. I have checked my spam folder too and I am not receiving it there either. I also tried switching it to my other e-mail, and still nothing. There is no error_log showing up in the directory when I run the script...
Is anyone else able to use their php mail functions?
| Code: |
|
<?php mail("name@email.com", "Hello!", "What is up?", "MIME-Version: 1.0\nContent-type: text/plain; charset=utf-8\nX-Priority: 3\nX-MSMail-Priority: Normal\nX-Mailer: php\nFrom: asdf@asdf.com"); ?> |
That's my script, where name@email.com is replaced by my actual e-mail. I have been accessing it over and over again, and I never receive the e-mail. I have checked my spam folder too and I am not receiving it there either. I also tried switching it to my other e-mail, and still nothing. There is no error_log showing up in the directory when I run the script...
Is anyone else able to use their php mail functions?
