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 |
Adds `--plaintext` flag which allows sending e-mails in plaintext with SMTP method. Also adds counterpart POP_PLAINTEXT. Not implemented for the Resend method.
|
@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 |
Adds
--plaintextflag which allows sendinge-mails in plaintext with SMTP method.
Not implemented for the Resend method.
Fixes (partially?) #115