Skip to content

Use SwiftMailer instead of flourish

Matthias Larisch requested to merge use_symfony_mailer into master

(also) Closes #141 (closed)

What does this MR do?

We used flourish fMail and fSmtp for doing mailing. We observed a problem with different sender addresses, looking like there was something weird with the encoding of the address.

Instead of writing a test I went for exchanging the email lib...

First with the brand new symfony mailer which did not work (https://github.com/symfony/symfony/issues/32003), then with swiftmailer. I also have nette mail in my list of things to try next :-)

How confident are you it won't break things if deployed?

no changes for beta. I will use the beta mailqueuerunner manually and temporarily to see how it performs.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports