-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugzID: 20881 Add/setSymfony Mailer Lite Sendmail transport type default
- Loading branch information
Showing
5 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
_core: | ||
default_config_hash: EyOEXkLJD4vYGpK5wicdBSwBorOJgslf_tyscMgeN0Q | ||
default_transport: sendmail |
10 changes: 10 additions & 0 deletions
10
configuration/symfony_mailer_lite.symfony_mailer_lite_transport.native.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { } |
10 changes: 10 additions & 0 deletions
10
configuration/symfony_mailer_lite.symfony_mailer_lite_transport.sendmail.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |