Can anyone show me how to send images by email using EmailJs and Hive? I stored my images on a Hive, all as Bytes (List). How can I attach those images and send them by email? I'm not using the 'assets folder', all photos were taken by the phone (Android)
Asked
Active
Viewed 446 times
1 Answers
0
There are 2 types of attachments 1 is
Static Attachments The Static Attachments will be automatically sent with every email sent for your current template. For example, a company logo.
2 is
Dynamic Attachments The Dynamic Attachments are used to send attachments from your JavaScript code. Can be optional.
both come with limit and there is subscription for this feature

Saleem Yasin
- 120
- 5
-
Thanks for the info! But how ? How I code this? – Jacob Athias Sep 13 '22 at 14:15
-
Here is a guide for you https://www.emailjs.com/docs/user-guide/file-attachments/ – Saleem Yasin Sep 14 '22 at 09:22