120 | | * By default, BOINC uses PHP's `mail` function to send email to participants. This uses sendmail. If this doesn't work, you can use [http://phpmailer.sourceforge.net/ PHPMailer] instead, which is a very flexible mail-sending mechanism. To do this: |
121 | | * Download PHPMailer and put it under PROJECT/html/inc/phpmailer (i.e. the file class.phpmailer.php should be in that directory). |
| 120 | * By default, BOINC uses PHP's `mail` function to send email to participants. |
| 121 | This uses sendmail. If this doesn't work, you can use [http://phpmailer.sourceforge.net/ PHPMailer] instead, |
| 122 | which is a very flexible mail-sending mechanism. To do this: |
| 123 | * Download PHPMailer and put it under PROJECT/html/inc/phpmailer |
| 124 | (i.e. the files class.smtp.php and class.phpmailer.php should be in that directory). |