> I can pull together some examples if anyone's interested;
>the best way to learn it is to at least skim the RFC's then read the
>docs and put together a test program.
>
>--
>Robert Crawford [EMAIL PROTECTED]
>http://www.iac.net/~crawford
I struggled with JavaMail for days. Then I found EasyMail that puts a
wrapper around JavaMail. Looking at the wrapper and the examples that come
with JavaMail (specifically sendhtml.java) I copied and pasted and worked it
right into my own wrapper class. In my wrapper class I also use a different
thread for each message to add to the responsiveness of the servlet.
Now, how does one make these fancy email messages that Outlook uses where
they have their own custom background, embedded .jpg's etc? Using Multipart
shows the html and the text as an attachment. In text-only email readers
such as pine, you have to actually save the message to a file to read it.
If one could embed .jpg's in your message, it would be great for advertising
e-mails (NOT SPAM) while using embedded pictures.
Anyone done that?
Regards
Brahm van Niekerk
CEO - Elgin Data Development Corporation (PTY) Ltd.
P.O. Box 641, Ceres, 6835, South Africa
Tel. 027 83 270 2850, Fax 027 838 270 2850
mailto:[EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]