Use system_mail_from when using SMTP system configuration
This commit is contained in:
parent
a420d20d39
commit
a306f5ce19
|
@ -10,6 +10,7 @@ global:
|
||||||
smtp_smarthost: '%%exim_relay_smtp:465'
|
smtp_smarthost: '%%exim_relay_smtp:465'
|
||||||
smtp_require_tls: true
|
smtp_require_tls: true
|
||||||
%end if
|
%end if
|
||||||
|
smtp_from: '%%system_mail_from'
|
||||||
%else
|
%else
|
||||||
smtp_smarthost: '%%alSMTPHost:%%alSMTPPort'
|
smtp_smarthost: '%%alSMTPHost:%%alSMTPPort'
|
||||||
smtp_from: '%%alFrom'
|
smtp_from: '%%alFrom'
|
||||||
|
|
Loading…
Reference in New Issue