Closed Domochip closed 2 years ago
During curl implementation, I did my tests using smtp4dev server to check and debug. I'm trying to deploy it to my first machine and send mail to outlook.com. Mails arrives but body is empty.
I've found similar case here : https://curl.se/mail/archive-2017-06/0022.html It seems that the generated file doesn't respect RFC and need some CRLF
solved by https://github.com/grufocom/vee-mail/pull/31
During curl implementation, I did my tests using smtp4dev server to check and debug. I'm trying to deploy it to my first machine and send mail to outlook.com. Mails arrives but body is empty.
I've found similar case here : https://curl.se/mail/archive-2017-06/0022.html It seems that the generated file doesn't respect RFC and need some CRLF