Query related to PHP Language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Query related to PHP Language

What is the code for sending a mail using PHP language

31st Mar 2018, 1:23 PM
Rakesh Patil
Rakesh Patil - avatar
2 Answers
+ 9
I don't recommend to use php mail function. Use PHPMailer instead. Hotmail tries its best to filter all spam messages.
31st Mar 2018, 2:58 PM
Toni Isotalo
Toni Isotalo - avatar
+ 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.
31st Mar 2018, 1:33 PM
Emma