Browse Source

example for mailer config

currency
7u83 4 years ago
parent
commit
21868338ba
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      config.sample.php

+ 8
- 0
config.sample.php 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

Loading…
Cancel
Save