Add web config option for HTML emails

This commit is contained in:
Eldon Koyle
2016-03-15 16:55:27 -06:00
parent 2e802d89e9
commit 6a53bcf688
4 changed files with 7 additions and 1 deletions
+4
View File
@@ -248,6 +248,10 @@ $mail_conf = array(
'descr' => 'From email address',
'type' => 'text',
),
array('name' => 'email_html',
'descr' => 'Use HTML emails',
'type' => 'checkbox',
),
array('name' => 'email_sendmail_path',
'descr' => 'Sendmail path',
'type' => 'text',