LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SMTP Message contains "bare line feed characters"

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

 

0 Kudos
Message 1 of 2
(2,858 Views)

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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 2
(2,843 Views)