Skip to content
Snippets Groups Projects
Commit a509658f authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-8468: Switch to php_mail mailer. See FPFISSUPP-25361.

parent 11358282
No related branches found
No related tags found
2 merge requests!154ISAICP-8468: PHP mailer,!148Release v1.102.1
...@@ -2,7 +2,7 @@ _core: ...@@ -2,7 +2,7 @@ _core:
default_config_hash: 64LU75RdzlSfkiiUC4Eu9sKHY8bk3Ahqsrlmdz9G4xk default_config_hash: 64LU75RdzlSfkiiUC4Eu9sKHY8bk3Ahqsrlmdz9G4xk
theme: current theme: current
defaults: defaults:
sender: symfony_mailer_lite sender: php_mail
formatter: symfony_mailer_lite formatter: symfony_mailer_lite
modules: modules:
symfony_mailer_lite: symfony_mailer_lite:
......
...@@ -278,7 +278,6 @@ drupal: ...@@ -278,7 +278,6 @@ drupal:
$config['system.site']['mail'] = getenv('DRUPAL_SITE_MAIL'); $config['system.site']['mail'] = getenv('DRUPAL_SITE_MAIL');
Mail transport: | Mail transport: |
$config['symfony_mailer_lite.settings']['default_transport'] = 'sendmail'; $config['symfony_mailer_lite.settings']['default_transport'] = 'sendmail';
$config['symfony_mailer_lite.symfony_mailer_lite_transport.sendmail']['configuration']['query']['command'] = getenv('DRUPAL_MAIL_SENDMAIL_PATH') . ' -' . getenv('DRUPAL_MAIL_SENDMAIL_MODE');
Search API: | Search API: |
// Adding a fallback for the scheme in case it is not properly // Adding a fallback for the scheme in case it is not properly
// consumed by the production environment. // consumed by the production environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment