You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! First of all, I think we can all agree that this library is great! Thanks for that mate!
One thing that would greatly improve the deno-smtp experience is being able to simply send attachments directly from the client.send method as an array. The attachments could be an object in the base64 + MIME type format, or something similar. I don't know how feasible it would be, but I think it could greatly enhance the deno-smtp experience.
Example:
awaitclient.send({from: my_email,to: your_email,subject: "My title",content: "My content",attachments: [attachment_1,attachment_2,attachment_3]});
Thanks for reading!
The text was updated successfully, but these errors were encountered:
Hey! First of all, I think we can all agree that this library is great! Thanks for that mate!
One thing that would greatly improve the deno-smtp experience is being able to simply send attachments directly from the client.send method as an array. The attachments could be an object in the base64 + MIME type format, or something similar. I don't know how feasible it would be, but I think it could greatly enhance the deno-smtp experience.
Example:
Thanks for reading!
The text was updated successfully, but these errors were encountered: