Skip to content

Add support for the SES API

bgm requested to merge bgm/ses:sesApi into main

WIP support for the SES API.

There are some issues to resolve:

  • composer depends on Guzzle, which tends to cause conflicts with other guzzle-depending extensions such as Omnipay (as seen with Symbiotic's Sparkpost fork). Maybe commit dependencies to git?
  • make sure it does not fail for people who are upgrading and using SMTP (this should be OK, it checks if "outgoing emails" are using mail() or sendmail, and does not kick-in if other methods are used.

Work funded by the Coalition climat Montréal.

Edited by bgm

Merge request reports