realbasic-nug
[Top] [All Lists]

Re: SMTP Format help needed

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: SMTP Format help needed
From: Tim Jones <tjmac@tolisgroup.com>
Date: Wed, 30 Jul 2008 15:04:10 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <D03A60F5-C52C-4824-8F85-96A06579A84A@tolisgroup.com>
References: <D03A60F5-C52C-4824-8F85-96A06579A84A@tolisgroup.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
On Jul 30, 2008, at 2:37 PM, Tim Jones wrote:

Hi Folks,

In dealing with the RB EmailMessage class, I've gotten everything working except the formatting of the body text endofline. I know that the RFC says to use 13/10, but all attempts have still resulted in my message body becoming one long line.

Doh! My checkbox for determining that I should use a specified SMTP server (rather than sending directly) was not being seen in my mail class and I was always sending directly. I'd used the wrong EOL encoding on the direct transmissions. The use of ReplaceLineEndings(MailBody, EndOfLine.Windows) does its job.

Tim


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>