mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Standard mailer and bulk mailer can now be different. eg. Use PHP for standard mails, but use Amazon.com SES service for bulk mailing, mailing lists etc.
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
<core name="mail_sendstyle">texthtml</core>
|
||||
<core name="mail_workpertick">5</core>
|
||||
<core name="mailer">php</core>
|
||||
<core name="bulkmailer">smtp</core>
|
||||
<core name="main_wordwrap"></core>
|
||||
<core name="maintainance_flag">0</core>
|
||||
<core name="make_clickable">0</core>
|
||||
|
Reference in New Issue
Block a user