Changes between Version 49 and Version 50 of ServerIntro
- Timestamp:
- Jul 31, 2008, 8:03:26 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v49 v50 117 117 118 118 * 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: 119 * Download PHPMailer and put it under PROJECT/html/inc/phpmailer .119 * Download PHPMailer and put it under PROJECT/html/inc/phpmailer (i.e. the file class.phpmailer.php should be in that directory). 120 120 * Set the following variables in your PROJECT/html/project/project.inc file (substitute your own values): 121 121 {{{