grufocom / vee-mail

Simple Script to get Mails from Free Veeam Agent for Linux
GNU Affero General Public License v3.0
49 stars 14 forks source link

Body empty when mail sent to MS outlook.com #30

Closed Domochip closed 2 years ago

Domochip commented 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

Domochip commented 2 years ago

solved by https://github.com/grufocom/vee-mail/pull/31