forked from tohe/wmdeit_kaform
example for mailer config
This commit is contained in:
parent
24d01ff12a
commit
21868338ba
|
@ -1,3 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
$CONVERT_CMD = "/usr/local/bin/pdftk";
|
$CONVERT_CMD = "/usr/local/bin/pdftk";
|
||||||
|
|
||||||
|
$mailHost = 'mailserver.example.com'; // Specify main and backup server
|
||||||
|
$mailPort = 587; // Set the SMTP port
|
||||||
|
$mailSMTPAuth = true; // Enable SMTP authentication
|
||||||
|
$mailUsername = 'mailuser'; // SMTP username
|
||||||
|
$mailPassword = 'mailpasswd'; // SMTP password
|
||||||
|
$mailSMTPSecure = 'tls'; // Enable encryption, 'ssl' also accepted
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue