Hallo,
I would like to send emails from Nim using module smtp.
However, I need to include an attachment with the message.
Is it possible? If so, can you pls provide a code snippet to help me out?
You can try to use my library:
https://github.com/enthus1ast/nimMime
it could be that you need to patch one or two things (pr welcome ;))
Sample app that shows how to send emails with attachments from a web form.
https://github.com/mrhdias/fastkiss/blob/master/examples/sendmymail.nim