Changes between Version 97 and Version 98 of ServerIntro


Ignore:
Timestamp:
May 2, 2018, 11:35:12 AM (6 years ago)
Author:
Keith Uplinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v97 v98  
    163163By 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:
    164164
    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).
    166166 * Edit your html/project/project.inc to add a function like
    167167{{{