Re: Sending emails from Nim using SMTP

2020-06-23 Thread alfrednewman
Thanks a lot

Re: Sending emails from Nim using SMTP

2020-06-22 Thread enthus1ast
You can try to use my library: [https://github.com/enthus1ast/nimMime](https://github.com/enthus1ast/nimMime) it could be that you need to patch one or two things (pr welcome ;))

Sending emails from Nim using SMTP

2020-06-22 Thread alfrednewman
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?