Donate Share

DotNetOpenMail

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

inline image is stripped to attachment

You are viewing a single message from this topic. View all messages.

  1. 2009-01-20 23:12:19 UTC
    Web I read the email sent to a web email interface such as horde or att mail the inline images are show correctly, but when I down load emails to Outlook or OE the inline images location is displayed with the disconected X box and the image is attached as an attachment.

    The wierd thing is if I forward this email message from my horde email reader to the OE or Outlook account the email is displayed correctly.

    I was thinking that maybe the localhost SMTP is not parsing the Multipart document correctly?

    I am also having issues using an authenticated smtp passing authentication. I pass it as follows:
    server.SmtpAuthToken = new DotNetOpenMail.SmtpAuth.SmtpAuthToken("emailname@server.com", "password");

    mailmsg.Send(new DotNetOpenMail.SmtpServer(ConfigurationManager.AppSettings["MailHost"]));


    What is the server.SmtpAuthToken.Negotiate method used for and can you give an example of its use.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.