user2099024
user2099024

Reputation: 1462

JavaMail stylish mail

I'm looking for a way to send a stylish email with javamail. When I say stylish I mean a header (image) then some text on the middle, and then a footer with some information. It should be like a standard welcome template mail that many companies use.

I've tried sending messages with attached images and so on with MultiPart, but what I'm looking for seems to be more advanced, and I can't find any good example on the web.

Just so you understand what I mean here's an example image: email with header and footere

Upvotes: 2

Views: 118

Answers (1)

Bill Shannon
Bill Shannon

Reputation: 29971

Start with this JavaMail FAQ entry:

Upvotes: 2

Related Questions