This website works better with JavaScript.
Home
Help
Register
Sign In
alpcentaur
/
wmdeit_kaform
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
added $mailFrom field
currency
7u83
4 years ago
parent
b08d3dd62c
commit
92983db60a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
config.sample.php
+ 1
- 0
config.sample.php
View File
@ -9,4 +9,5 @@ $mailPassword = 'mailpasswd'; // SMTP password
$mailSMTPSecure
=
'tls'
;
// Enable encryption, 'ssl' also accepted
$mailDest
=
"
someone@example.com
"
;
$mailFrom
=
"
someone@example.com
"
;
Write
Preview
Loading…
Cancel
Save