Hi Kevin,
You are right, I should have said that the entire message appears in
the viewer pane.
What I am referring to is that with other "normal" email, the first
lines at the top of the viewer pane are the "from:', 'Subject:',
date", and 'To:' fields, then there is a grey line below which the
body of the email follows.
The email generated with the RB code below shows only the subject &
date above this line. The from address, to address and some of the
header info appears below the line before the correct body of the
message. This is the text shown in the 5 lines quoted at the end of
my previous post.
I'd just like the email to appear as having a sender address. In the
in box list, these emails show a blank space for the sender, but do
show the subject properly.
thanks
Rob
Message: 11
Subject: Re: RB 5.5 email from address
From: Kevin Windham <[EMAIL PROTECTED]>
Date: Thu, 13 Apr 2006 15:10:19 -0500
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>