diff --git a/configuration/filter.format.email_html.yml b/configuration/filter.format.email_html.yml new file mode 100644 index 00000000..d5c8e541 --- /dev/null +++ b/configuration/filter.format.email_html.yml @@ -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: { } diff --git a/configuration/symfony_mailer_lite.message.yml b/configuration/symfony_mailer_lite.message.yml new file mode 100644 index 00000000..c2d15efc --- /dev/null +++ b/configuration/symfony_mailer_lite.message.yml @@ -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 diff --git a/configuration/symfony_mailer_lite.settings.yml b/configuration/symfony_mailer_lite.settings.yml new file mode 100644 index 00000000..1cf26ab5 --- /dev/null +++ b/configuration/symfony_mailer_lite.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: EyOEXkLJD4vYGpK5wicdBSwBorOJgslf_tyscMgeN0Q +default_transport: sendmail diff --git a/configuration/symfony_mailer_lite.symfony_mailer_lite_transport.native.yml b/configuration/symfony_mailer_lite.symfony_mailer_lite_transport.native.yml new file mode 100644 index 00000000..6acf2dfa --- /dev/null +++ b/configuration/symfony_mailer_lite.symfony_mailer_lite_transport.native.yml @@ -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: { } diff --git a/configuration/symfony_mailer_lite.symfony_mailer_lite_transport.sendmail.yml b/configuration/symfony_mailer_lite.symfony_mailer_lite_transport.sendmail.yml new file mode 100644 index 00000000..96526ce8 --- /dev/null +++ b/configuration/symfony_mailer_lite.symfony_mailer_lite_transport.sendmail.yml @@ -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'