dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
182 stars 26 forks source link

Ability to send emails with Attachments #90

Open sohilpandya opened 6 years ago

sohilpandya commented 6 years ago

Currently, we need to use sendRawEmail method with different configurations to the params if we were to use SES.

Can we add this functionality and make it easier to use?

Thoughts?

nelsonic commented 6 years ago

@sohilpandya we have experimented with sending attachments in the past and it works.

However we ended up sending people a link to a file (uploaded to) S3 for two reasons:

The downside is that if you are sending personalised files the S3 storage cost can accumulate over time.

If you need any help implementing either approach let us know! 👍