08-16-2021 08:38 AM
I am using the SMTP Message to send email.
Within the company network there is no problem, however, if I try to send the same email to my yahoo email address I get the response
"Your message contains invalid characters (bare line feed characters) which the email servers at yahoo.com don't support."
The Non-Delivery Report says:
"To fix the issue, the sender should send the message using an email program or device that doesn't add bare line feed characters to messages. Most modern email programs don't add bare line feed characters"
Is there a workaround?
Or another version of the SMTP Send that supports the "SMTP protocol BDAT command"?
Thanks in advance...
KM
08-16-2021 10:40 AM
I'd say it is a problem with the message and not the sending. You will have to look at the message and take out all the LF formatting. I am imagining that this message is auto-generated and the message is being formatted with LF to make it look pretty. I guess Yahoo! email is complaining that there should be no LF, only paragraph breaks. Probably no page breaks are allowed, either.