+ 4
Query related to PHP Language
What is the code for sending a mail using PHP language
2 Answers
+ 9
I don't recommend to use php mail function. Use PHPMailer instead.
Hotmail tries its best to filter all spam messages.
+ 3
http://php.net/manual/en/function.mail.php
You can also use third-party PHP libraries: https://teamtreehouse.com/community/difference-between-php-mail-function-and-using-third-party-library
Advantages listed in article.
Frameworks usually have built-in methods to mail too.