Groups | Blog | Home
all groups > asp.net > january 2006 >

asp.net : Emailing error for Eudora


tshad
1/2/2006 11:19:41 PM
I am trying to send emails from my asp.net program and am getting the
following in my Eudora reader but not my outlook.

------=_NextPart_000_0061_01C5CA8B.2F830DF0

How can I get this to work properly when sent to Eudora browsers?

Thanks,

Tom

tshad
1/3/2006 1:08:11 PM
[quoted text, click to view]

I am using the following code:

Dim Message As New MailMessage()
message.To = contactEmail
message.From = webMasterEmail
message.Subject = subject
message.body = body
message.BodyFormat = MailFormat.Html
SmtpMail.SmtpServer = mailServer
smtpMail.Send(message)

which is pretty straight forward.

Tom
[quoted text, click to view]

Christopher Reed
1/3/2006 9:00:34 PM
While I haven't used Eudora for a few years, I believe that you're getting
some MIME information in your email that Outlook normally looks for and
strips out before rendering the email. I'm not sure how to get rid of it,
but if I find anything else, I'll post it back here.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

[quoted text, click to view]

AddThis Social Bookmark Button