confChange('SELF_DOMAIN','ANYDOMAINNAME'); # for example abc.com # Note: Somehow confChange('SMTP', ...) isn't working as expected, # therefore I've used ini_set() ini_set('SMTP','address.of.your.mail.server'); # Find it out for example # by checking your mail # account settings in # Outlook ini_set('smtp_port','25'); # Ask your sys admin
### from-address ### /* $from = __('Streber Email Notification','notifcation mail from') . " <do-not-reply@".$from_domain.">"; */ $from = "do-not-reply@".$from_domain;