dwyl / email

✉️ email dashboard to track deliverability and engagement stats in our App 📈
https://dwylmail.herokuapp.com/
GNU General Public License v2.0
41 stars 2 forks source link

Investigate using Swoosh for Email #52

Open nelsonic opened 2 years ago

nelsonic commented 2 years ago

Swoosh https://github.com/swoosh/swoosh was recently added to Phoenix 1.6: https://github.com/dwyl/learn-phoenix-framework/issues/143

nelsonic commented 1 year ago

In light of the fact that our email is still using Phoenix 1.4:

https://github.com/dwyl/email/blob/b92a6559688273e76dae6b11e457315ac0f5335b/mix.exs#L39

and thus has many warnings: https://github.com/dwyl/email/issues/61#issuecomment-1426686495

I'm going to rip out all the AWS Lambda complexity and re-build this from first principals using Phoenix 1.7 rc2, swoosh and use GMail as the sender.

Wish me luck! 🍀

nelsonic commented 1 year ago

existential question: #77