X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=41abd2952453a1fba7bd409202b2722c05b9d38c;hp=97a49d396e1bb6536232dba013bb55732ebc1a58;hb=a69aa088bc83e105e496f22fdff1378076eceb0b;hpb=5ef6ed7373ae85e5635e39e2a0adf9496a8add05 diff --git a/inc/config.php b/inc/config.php index 97a49d396e..41abd29524 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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!) +// CFG: SMTP-HOSTNAME define('SMTP_HOSTNAME', ""); +// CFG: SMTP-USER define('SMTP_USER' , ""); +// CFG: SMTP-PASSWORD define('SMTP_PASSWORD', ""); // SSL cookies? (enable only if you have SSL, URLs will begin with https://)