Add MIMEEntity support so we can create HTML mail.
we need some others classes/interfaces to, I'll try search up my code to find a example for you.
If you need it ?
/runar
Discussion
Anonymous
-
2008-12-10
I'd like to see MIME Entity support too, since I guess it's required so that one can
add attachments to HTML mails (made using DDocument, not Email).
Unless I missed something, the ReplaceHTML() for the Body would "erase" any previously
embedded documents.
From what I understood, enhanced MIME support would also allow sending HTML mails
with embedded images (or whatever else).
I'd like to see MIME Entity support too, since I guess it's required so that one can
add attachments to HTML mails (made using DDocument, not Email).
Unless I missed something, the ReplaceHTML() for the Body would "erase" any previously
embedded documents.
From what I understood, enhanced MIME support would also allow sending HTML mails
with embedded images (or whatever else).
Here's a link to "Working with a MIME entity in Java classes":
http://www-12.lotus.com/ldd/doc/domino_notes/6.5/help65_designer.nsf/f4b82fbb75e942a6852566ac0037f284/a0acd6f9bb513f0d85256d9b00449ea0?OpenDocument
Here's a little mass mailing tool I wrote which would benefit from attachments for HTML mails:
http://userapps.sourceforge.net/mediawiki/vknecht/index.php?title=LNMailer