Hello @princemaple, thanks for your work. ^^
Please I have a question about phoenix_swoosh
.
I’m upgrading an old Phoenix project from 1.5 to 1.6 and I want to switch from bamboo_smtp
to swoosh_smtp
.
With bamboo
it was possible to send html emails that fallback in plain text emails when the html is not supported for some reason or another. In other words, I have two templates for all my emails, one with html body and the other with just text body.
Please, with phoenix_swoosh
should I be concerned by my emails failing to be sent due to html content, and if yes, is there a working around in such situation ?