• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How java sends email with html/image content

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I have an online application that will need to:

1) send business emails to users.

2) send the same email content to user, only that each email with need to have the user's name in it.

3) email content needs to be in html format with the business logo, images etc.


I've never done Java mail before, so I wondering how I need to go about coding this component. Since, I dont know how Java mail works, I have no idea how to achieve this.

will appreciate any leads or insight you can provide.

Please please Help....
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Start by reading the JavaMail FAQ. And in your JavaMail download you will find a collection of program examples that show you most of the techniques you will need.
 
reply
    Bookmark Topic Watch Topic
  • New Topic