-
Hi! Is it possible to send email attachments with this package? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'd also like to know this. I've just spent a couple of hours replacing I suppose since I'm using Nodemailer it has attachment support, so I can just attachments through that. |
Beta Was this translation helpful? Give feedback.
-
I think react-email is just here to render the email content (eg to produce the "html" and possibly "text" versions of the emails). You then need to use another library (resend, sendgrid, mailgun, etc) to send the email. Those libs have a way to add attachments |
Beta Was this translation helpful? Give feedback.
I think react-email is just here to render the email content (eg to produce the "html" and possibly "text" versions of the emails). You then need to use another library (resend, sendgrid, mailgun, etc) to send the email. Those libs have a way to add attachments