Changes between Version 24 and Version 25 of WebConfig


Ignore:
Timestamp:
Jun 6, 2014, 2:25:07 PM (10 years ago)
Author:
Christian Beer
Comment:

update PHPMailer configuration options

Legend:

Unmodified
Added
Removed
Modified
  • WebConfig

    v24 v25  
    129129
    130130 '''USE_PHPMAILER'''::
    131         Set to true if you use [http://phpmailer.sourceforge.net/ PHPMailer]. In this case you must download PHPMailer and put it (i.e. the directory 'phpmailer') in your html/inc directory.
    132  '''PHPMAILER_HOST'''::
    133         The Host argument to PHPMailer; typically a semicolon-separated list of SMTP servers.
    134  '''PHPMAIL_MAILER'''::
    135         The Mailer argument to PHPMailer; typically 'sendmail', 'mail', or 'smtp'.
     131        Set to true if you use [https://github.com/PHPMailer/PHPMailer PHPMailer]. In this case you must download PHPMailer and put it in PROJECT/html/inc/phpmailer (i.e. the files class.smtp.php and class.phpmailer.php should be in that directory).
     132 '''make_php_mailer()''':: return a PHPMailer object with authentication information (see ServerIntro#PHPMailer), used when the above is set to true.
    136133
    137134If you do not set '''USE_PHPMAILER''' then e-mail to participants can still be sent, but it will use PHP's simpler '''mail()''' function.