forked from tohe/wmdeit_kaform
added $mailFrom field
This commit is contained in:
parent
b08d3dd62c
commit
92983db60a
|
@ -9,4 +9,5 @@ $mailPassword = 'mailpasswd'; // SMTP password
|
|||
$mailSMTPSecure = 'tls'; // Enable encryption, 'ssl' also accepted
|
||||
|
||||
$mailDest = "someone@example.com";
|
||||
$mailFrom = "someone@example.com";
|
||||
|
||||
|
|
Loading…
Reference in New Issue