Changes between Version 20 and Version 21 of ServerIntro
- Timestamp:
- Jul 12, 2007, 3:53:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v20 v21 102 102 * Set the following variables in your PROJECT/html/project/project.inc file (substitute your own values): 103 103 {{{ 104 = true;105 = "xxx.xxx.xxx";106 = "smtp";104 $USE_PHPMAILER = true; 105 $PHPMAILER_HOST = "xxx.xxx.xxx"; 106 $PHPMAILER_MAILER = "smtp"; 107 107 }}} 108 108