Changes between Version 97 and Version 98 of ServerIntro
- Timestamp:
- May 2, 2018, 11:35:12 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v97 v98 163 163 By default, BOINC uses PHP's `mail` function to send email to participants. This uses sendmail. If this doesn't work, you can use [https://github.com/PHPMailer/PHPMailer PHPMailer], is a very flexible mail-sending mechanism, instead. To do this: 164 164 165 * Download PHPMailer and put it under PROJECT/html/inc/ phpmailer (i.e. the files class.smtp.php and class.phpmailer.php should be in that directory).165 * Download PHPMailer and put it under PROJECT/html/inc/PHPMailer (i.e. the files src/PHPMailer.php and src/SMTP.php should be in that directory). 166 166 * Edit your html/project/project.inc to add a function like 167 167 {{{