govCMS / scaffold-tooling

6 stars 17 forks source link

[GOVCMS-9913] Added Symfony Mailer settings. #299

Closed barbun closed 8 months ago

barbun commented 9 months ago

Issue

Symfony Mailer module uses default command for sendmail with -bs flag that is not supported on GovCMS.

Proposed changes

In accordance with documentation for Symfony Mailer, to change the default command it needs to be added via the settings file.

stooit commented 8 months ago

Looks like this is redundant, the php config already includes -t these days

php -i | grep sendmail_path
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i