131 | | Set to true if you use [http://phpmailer.sourceforge.net/ PHPMailer]. In this case you must download PHPMailer and put it (i.e. the directory 'phpmailer') in your html/inc directory. |
132 | | '''PHPMAILER_HOST''':: |
133 | | The Host argument to PHPMailer; typically a semicolon-separated list of SMTP servers. |
134 | | '''PHPMAIL_MAILER''':: |
135 | | The Mailer argument to PHPMailer; typically 'sendmail', 'mail', or 'smtp'. |
| 131 | Set to true if you use [https://github.com/PHPMailer/PHPMailer PHPMailer]. In this case you must download PHPMailer and put it in PROJECT/html/inc/phpmailer (i.e. the files class.smtp.php and class.phpmailer.php should be in that directory). |
| 132 | '''make_php_mailer()''':: return a PHPMailer object with authentication information (see ServerIntro#PHPMailer), used when the above is set to true. |