generale email sending by swiftmail, simplenews by mailgun (mailgun deos not work yet)
This commit is contained in:
@@ -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
|
||||
|
@@ -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'
|
||||
|
@@ -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
|
||||
|
@@ -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:
|
||||
|
6
config/sync/swiftmailer.message.yml
Normal file
6
config/sync/swiftmailer.message.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
content_type: text/html
|
||||
text_format: ''
|
||||
generate_plain: true
|
||||
character_set: UTF-8
|
||||
_core:
|
||||
default_config_hash: VMWxVURttskghCbo5AuwZeaD2NJquuMGrOMJqG1YZhE
|
17
config/sync/swiftmailer.transport.yml
Normal file
17
config/sync/swiftmailer.transport.yml
Normal 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
|
Reference in New Issue
Block a user