geforkt von tohe/wmdeit_kaform
example for mailer config
Dieser Commit ist enthalten in:
Ursprung
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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Laden…
In neuem Issue referenzieren