php.ini & SMTP= – how do you pass username & password

PHP mail() command does not support authentication. Your options:

  1. PHPMailerTutorial
  2. PEARTutorial
  3. Custom functions – See various solutions in the notes section: http://php.net/manual/en/ref.mail.php

Leave a Comment