eleith / emailjs

html emails and attachments to any smtp server with nodejs
MIT License
2.19k stars 230 forks source link

+ correction issue #307 #308

Closed gabrielrincon closed 2 years ago

zackschuster commented 2 years ago

unfortunately, we can't accept this PR as-is. adding the Message type was necessary to resolve #302.

can you share a minimal repro of your issue in #307? there may be an alternate resolution to the problem 😄

zackschuster commented 2 years ago

i found the problem; the resolution to #302 raised the minimum typescript requirement to v4.3. we can't undo that change, unfortunately. is it possible for you to upgrade?

zackschuster commented 2 years ago

closing in favor if #310, which restores compatibility with older typescript.