example for mailer config

This commit is contained in:
7u83 2020-03-09 15:20:36 +00:00
parent 24d01ff12a
commit 21868338ba
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
<?php
$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