Add web config option for HTML emails

This commit is contained in:
Eldon Koyle
2016-03-11 11:54:21 -07:00
parent 2e802d89e9
commit 6a53bcf688
4 changed files with 7 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ $config['email_backend'] = 'mail'; // Mail backe
$config['email_from'] = NULL; // Mail from. Default: "ProjectName" <projectid@`hostname`>
$config['email_user'] = $config['project_id'];
$config['email_sendmail_path'] = '/usr/sbin/sendmail'; // The location of the sendmail program.
$config['email_html'] = FALSE; // Whether to send HTML email as opposed to plaintext
$config['email_smtp_host'] = 'localhost'; // Outgoing SMTP server name.
$config['email_smtp_port'] = 25; // The port to connect.
$config['email_smtp_timeout'] = 10; // SMTP connection timeout in seconds.