]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
constant inclusion in templates begun to rewrite. SMTP setup to installation added
[mailer.git] / inc / config.php
index 97a49d396e1bb6536232dba013bb55732ebc1a58..41abd2952453a1fba7bd409202b2722c05b9d38c 100644 (file)
@@ -143,8 +143,11 @@ define('LEAD_CODE_ENABLED', true);
 define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days
 
 // SMTP-Subsystem (keep all empty to use legacy mail() command!)
 define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days
 
 // SMTP-Subsystem (keep all empty to use legacy mail() command!)
+// CFG: SMTP-HOSTNAME
 define('SMTP_HOSTNAME', "");
 define('SMTP_HOSTNAME', "");
+// CFG: SMTP-USER
 define('SMTP_USER'    , "");
 define('SMTP_USER'    , "");
+// CFG: SMTP-PASSWORD
 define('SMTP_PASSWORD', "");
 
 // SSL cookies? (enable only if you have SSL, URLs will begin with https://)
 define('SMTP_PASSWORD', "");
 
 // SSL cookies? (enable only if you have SSL, URLs will begin with https://)