feat: Allow plaintext e-mails for SMTP#125
Conversation
|
@aymanbagabas @andreynering @raphamorim |
|
Hi @jficz, this looks good! Could you add |
sure, gimme a day or two |
|
@aymanbagabas added as |
|
also, any chance of a release with this feat ? |
Perfect! Could you add Resend support as well? With Resend, we can omit the HTML version of the message when using |
|
The reason I did not implement this for Resend is that, tbh, I did not really understand the code. I can take look but that will take more time. |
|
@aymanbagabas tried in e1e08d4 but I have absolutely no idea if this will work 🤷♂️ I don't really understand the |
|
@jficz I'd like to get this in; if you're still interested in working on it, would you mind rebasing on main? Sending empty HTML through Resend in the plaintext case worked fine for me, so I think rebasing and fixing the conflicts is all that's left. No pressure either way, I'm happy to handle it if you'd rather not! |
|
sure, let me see what I can do |
Adds `--plaintext` flag which allows sending e-mails in plaintext with SMTP method. Also adds counterpart POP_PLAINTEXT. Not implemented for the Resend method.
|
@Amolith ✔️ |
|
@jficz thank you! 🙂 |
Adds
--plaintextflag which allows sending e-mails in plaintext with SMTP and Resend methods.Fixes #115