Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Problem Of Sending HTML Email With JMail

Problem Of Sending HTML Email With JMail

Scheduled Pinned Locked Moved IT & Infrastructure
helphtmlsysadminsecurity
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jdnx
    wrote on last edited by
    #1

    I have a problem of sending html email with JMail. The Oodes is like the following [CODE] IMessage oMessage = new MessageClass(); oMessage.From = xxx; oMessage.FromName = xxx; oMessage.Charset = "UTF-8"; oMessage.Subject = xxx; oMessage.AddRecipient(xxx, "", ""); oMessage.AppendHTML(xxx); oMessage.Send(xxx); [/CODE] I do not get any error message when the program runs,nor do I receive the reply from mail server about sending failure,but the mail does not reach the recipient email address. Because the program runs in my own company,the mail server is exchange 2003,it does not need smtp authentication,if I do not send html format email but ordinary text email,it works. Why is that,Does the problem lie in Code sector or Exchange server settings,Thanks!

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups