mailersend / mailersend-nodejs

The official MailerSend Node.js SDK
https://developers.mailersend.com
MIT License
136 stars 17 forks source link

Sending attachments #12

Closed Njolf closed 3 years ago

Njolf commented 3 years ago

I've looked through the documentation and i can't find a way to send attachments with this SDK. I can see that it's available when sending separate requests to the REST API that's available, but i figured it would be easier to do through the npm package. Is this feature unavailable or is it missing from the package documentation?

fosron commented 3 years ago

https://github.com/mailersend/mailersend-nodejs#send-email-with-attachment it is available.