Changes between Version 49 and Version 50 of ServerIntro


Ignore:
Timestamp:
Jul 31, 2008, 8:03:26 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v49 v50  
    117117
    118118 * 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).
    120120  * Set the following variables in your PROJECT/html/project/project.inc file (substitute your own values):
    121121{{{