On Apr 13, 2006, at 2:54 PM, Robert Carroll wrote:
Hi,
I am having a problem getting the from address to show up properly
in an email created and sent with RB 5.5.5.
Using:
mail = New EmailMessage
mail.fromAddress = "[EMAIL PROTECTED]"
mail.subject = /"test"
mail.bodyPlainText = "test"
mail.headers.appendHeader "X-Mailer","RSM Mailer"
I get the message date & subject line appearing as expected, but
the sending and receiving addresses appear in the body of the email:
(from Apple mail)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Mailer: RSM Mailer
Content-type: text/plain;
Content-transfer-encoding: 7bit
I'd like to help, but I'm not sure I understand what the problem is.
All my emails have the sending and receiving addresses in the viewer
pane of Apple Mail. I assume you mean viewer pane and not body. Maybe
you could be a little more specific or show a normal message and an
abnormal one in your description so we can better understand the
difference.
Maybe I'm just dense.
Kevin
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>