generale email sending by swiftmail, simplenews by mailgun (mailgun deos not work yet)

This commit is contained in:
2021-08-09 07:30:21 +02:00
parent b69ff9fe75
commit 06bc5b0d81
8 changed files with 237 additions and 7 deletions

View File

@@ -183,6 +183,7 @@ module:
string_translation_ui: 0
strings_i18n_json_export: 0
structure_sync: 0
swiftmailer: 0
synonyms: 0
synonyms_autocomplete: 0
synonyms_list_field: 0

View File

@@ -1,6 +1,6 @@
api_key: key-33300563658e8ae366a01cb603a9fef8
working_domain: materio.com
debug_mode: false
working_domain: _sender
debug_mode: true
test_mode: false
tracking_opens: 'yes'
tracking_clicks: 'yes'

View File

@@ -1,6 +1,15 @@
theme: materiotheme
defaults:
sender: mailgun_queue_mail
formatter: php_mail
sender: swiftmailer
formatter: swiftmailer
_core:
default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s
modules:
swiftmailer:
none:
formatter: swiftmailer
sender: swiftmailer
simplenews:
none:
formatter: swiftmailer
sender: mailgun_queue_mail

View File

@@ -26,9 +26,9 @@ subscription:
tidy_unconfirmed: 0
mail:
use_cron: true
throttle: 20
throttle: 200
spool_progress_expiration: 3600
spool_expire: 0
spool_expire: 1
debug: true
source_cache: null
_core:

View File

@@ -0,0 +1,6 @@
content_type: text/html
text_format: ''
generate_plain: true
character_set: UTF-8
_core:
default_config_hash: VMWxVURttskghCbo5AuwZeaD2NJquuMGrOMJqG1YZhE

View File

@@ -0,0 +1,17 @@
transport: sendmail
smtp_host: 127.0.0.1
smtp_port: 25
smtp_encryption: ''
smtp_credential_provider: swiftmailer
smtp_credentials:
swiftmailer:
username: ''
password: ''
key:
username: ''
password: ''
sendmail_path: /usr/sbin/sendmail
sendmail_mode: bs
spool_directory: ''
_core:
default_config_hash: RSNbRD3ekSaZoE19f3eHhm93gKOcD2PtmaAVmV3XMes