Open TKone7 opened 3 weeks ago
Oh I see. Maybe some context what I was trying to achieve helps: I am trying to send encrypted emails using the OpenPGP plugin for Nodemailer. But I see that the plugin reorganizes the entire email structure, changing content type headers to multipart/encrypted
and adding special body elements.
After inspecting the Postmark API I realized that the only fields one can set are textBody
and htmlBody
. So it seems that with such an API you will never be able to construct such a "non-standard" email.
I reached out to Postmark's support to ask for input.
Hey there, thanks very much for this package. While experimenting with the plugin feature of Nodemailer I realized that they don't get applied properly when using the postmark transport. With different (SMTP) transports it all worked as expected.
Any feedback is much appreciated.
Environment Nodejs v18.20.1 nodemailer: 6.9.15 nodemailer-postmark-transport: 6.0.0
Steps to Reproduce
Expected Result To see
doing some transformation, encoding buffer
in the logs.Actual Result Log statement does not appear.