fix: use mgmt@msbls.de as default MAIL_FROM (alias now exists)
This commit is contained in:
@@ -473,7 +473,7 @@ func SendEmail(to, subject, body string) error {
|
||||
port = "465"
|
||||
}
|
||||
if from == "" {
|
||||
from = "mail@msbls.de"
|
||||
from = "mgmt@msbls.de"
|
||||
}
|
||||
|
||||
if host == "" || user == "" || pass == "" {
|
||||
|
||||
Reference in New Issue
Block a user