function __construct() {\r
$this->SetLanguage("en", "lib/phpmailer/language/");\r
\r
- if (SMTP_HOST) {\r
- $pair = explode(":", SMTP_HOST, 2);\r
+ if (SMTP_SERVER) {\r
+ $pair = explode(":", SMTP_SERVER, 2);\r
$Mailer = "smtp";\r
\r
$Host = $pair[0];\r
define('SMTP_LOGIN', '');
define('SMTP_PASSWORD', '');
// These two options enable SMTP authentication when sending
- // outgoing mail. Only used with SMTP_HOST
+ // outgoing mail. Only used with SMTP_SERVER.
// ***************************************
// *** Other settings (less important) ***