Changes between Version 20 and Version 21 of ServerIntro


Ignore:
Timestamp:
Jul 12, 2007, 3:53:10 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v20 v21  
    102102  * Set the following variables in your PROJECT/html/project/project.inc file (substitute your own values):
    103103{{{
    104  = true;
    105  = "xxx.xxx.xxx";
    106  = "smtp";
     104$USE_PHPMAILER = true;
     105$PHPMAILER_HOST = "xxx.xxx.xxx";
     106$PHPMAILER_MAILER = "smtp";
    107107}}}
    108108