1
0
Fork 0

example for mailer config

Dieser Commit ist enthalten in:
7u83 2020-03-09 15:20:36 +00:00
Ursprung 24d01ff12a
Commit 21868338ba
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -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