updated modules symphony_mailer configs
This commit is contained in:
parent
d76583941c
commit
d13db8f93e
|
@ -7,8 +7,10 @@ _core:
|
||||||
id: _
|
id: _
|
||||||
configuration:
|
configuration:
|
||||||
mailer_default_headers: { }
|
mailer_default_headers: { }
|
||||||
mailer_html_to_text: { }
|
|
||||||
mailer_inline_css: { }
|
mailer_inline_css: { }
|
||||||
email_theme:
|
email_theme:
|
||||||
theme: _active_fallback
|
theme: _active_fallback
|
||||||
mailer_url_to_absolute: { }
|
mailer_url_to_absolute: { }
|
||||||
|
mailer_wrap_and_convert:
|
||||||
|
plain: false
|
||||||
|
swiftmailer: false
|
||||||
|
|
|
@ -10,3 +10,9 @@ configuration:
|
||||||
pass: 07aaab76d591f8161158d0df79d280eb
|
pass: 07aaab76d591f8161158d0df79d280eb
|
||||||
host: in-v3.mailjet.com
|
host: in-v3.mailjet.com
|
||||||
port: 587
|
port: 587
|
||||||
|
query:
|
||||||
|
verify_peer: true
|
||||||
|
local_domain: ''
|
||||||
|
restart_threshold: null
|
||||||
|
restart_threshold_sleep: null
|
||||||
|
ping_threshold: null
|
||||||
|
|
Loading…
Reference in New Issue