Search:

Type: Posts; User: anjali09s

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    2,711

    Re: Images not going in email

    Thanks for replying.

    That might be true for a web application. This is a standalone Java class.
  2. Replies
    3
    Views
    2,711

    Re: Images not going in email

    I also tried this but no good

    public static void setHTMLContent(Message msg, Multipart mp) throws MessagingException {

    MimeBodyPart p1 = new MimeBodyPart();

    /*****/...
  3. Replies
    3
    Views
    2,711

    Images not going in email

    I am sending an email in HTML format using Java mail.
    In this I have included an image using
    <img src='c:/clip_image002.jpg'/>

    the mail is going fine usng java mail api

    If I view this email...
Results 1 to 3 of 3