Subject: | MIME::Lite and only "\n" in Data will throw error |
We are using MIME::Lite and only "\n" in our Text for the Data-Part.
If i analyze everything correctly, MIME::Lite directly send the Data via $smtp->print and finalize with $smtp->dataend. So the "\n" are NOT replaced with "\r\n" and the final "\r\n.\r\n" is NOT send correctly, because in dataend the check is not correct.
I have currently not a working example, perhaps the failure is obvious?