Skip to content

Commit

Permalink
BugzID: 20881 Add/setSymfony Mailer Lite Sendmail transport type default
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 12, 2024
1 parent 36d0da4 commit 6ce2bf3
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configuration/filter.format.email_html.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: 6035015e-0aec-4518-bfdd-4e3fa64f30cc
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: 8UYEKlWeJ8cK8V-9ojit-_9SwBjQKk0SU-UkiuvlWKI
name: 'Email HTML'
format: email_html
weight: 10
filters: { }
7 changes: 7 additions & 0 deletions configuration/symfony_mailer_lite.message.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_core:
default_config_hash: pxXXt2Y_C4hI99GWfwgveH4pNT6ev8mQMkJEkVOashQ
content_type: text/html
override: false
text_format: plain_text
generate_plain: true
character_set: UTF-8
3 changes: 3 additions & 0 deletions configuration/symfony_mailer_lite.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_core:
default_config_hash: EyOEXkLJD4vYGpK5wicdBSwBorOJgslf_tyscMgeN0Q
default_transport: sendmail
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: a3a461a1-79b5-40f9-a2dd-a372eb08682b
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: fmIZX47PjCIVObQh6Ao8FQfKjkWy-FzUE-OvsbDmMjQ
id: native
label: 'PHP native sendmail'
plugin: native
configuration: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: cffa3fdb-2a60-4ba3-9f79-fa57aaf9c0e7
langcode: en
status: true
dependencies: { }
id: sendmail
label: Sendmail
plugin: sendmail
configuration:
query:
command: '/usr/sbin/sendmail -bs'

0 comments on commit 6ce2bf3

Please sign in to comment.