Changes between Version 54 and Version 55 of ServerIntro


Ignore:
Timestamp:
Feb 5, 2010, 1:14:14 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v54 v55  
    118118=== PHP notes === #PHP-notes
    119119
    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).
    122125  * Set the following variables in your PROJECT/html/project/project.inc file (substitute your own values):
    123126{{{