Menu

HTML body does not work

Bug Report
Anonymous
2016-03-03
2016-06-07
  • Anonymous

    Anonymous - 2016-03-03
        AegisImplicitMail.MimeMailMessage msg = new MimeMailMessage();
    

    ...
    msg.IsBodyHtml = true;
    msg.Body = "<html>" +
    "<body>" +
    "Hello world in HTML" +
    "</body>" +
    "</html>";

    The recepient will receive a plain text message, containing the body text including the HTML tags.

    What am I doing wrong?

     
  • Anonymous

    Anonymous - 2016-06-07

    i got same issue

     
  • Anonymous

    Anonymous - 2018-02-28
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-03-19
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-03-19
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.