I've also used JMail extensively. It can be kinda quirky with it's headers. I've had to experiment with it to generate emails that declude won't tag as spam (bad headers). JMail is pretty inexpensive and can be found at www.dimac.net
When I'm coding email routines that have to work perfectly, I use the easymail objects from QuickSoft (www.quicksoft.com). It's more expensive but has worked flawlessly for me from day one. I had to write some asp routines that read mail from a pop3 account then wrote the messages to a SQLServer database. The JMail pop3 object kept crapping out on me so I purchased easymail. It was worth every penny. I'd look into easymail if it's mission critical, JMail if it's a quick and dirty simple message. Thanks, Gary -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Madscientist Sent: Wednesday, January 30, 2002 9:41 AM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] OT: Really off topic! How to make html based messages We use Jmail under IIS. You can tell JMail the proper mime type and then pump in the HTML content into the message like any other text. This works particularly well when producing results from database driven web forms like online orders or reports. If you're more into Java, then the Java Mail facility will do everything you need too. Hope this helps. _M Pete McNeil (Madscientist) President, MicroNeil Research Corporation. [EMAIL PROTECTED] 703-406-2016 Did you know about Sortmonster Sniffer yet? www.sortmonster.com | -----Original Message----- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of Hector Laya | Sent: Wednesday, January 30, 2002 9:07 AM | To: [EMAIL PROTECTED] | Subject: Re: [IMail Forum] OT: Really off topic! How to make html based | messages | | | Thanks Scott, | | Do you (anybody) knows about a good program to do this? | | Thanks in advance | | Hector | ----- Original Message ----- | From: "R. Scott Perry" <[EMAIL PROTECTED]> | To: <[EMAIL PROTECTED]> | Sent: Wednesday, January 30, 2002 9:58 AM | Subject: Re: [IMail Forum] OT: Really off topic! How to make html based | messages | | | > | > >Does any know how could I build HTML Based email messages?? I | tried, but | > >only the HTML code is showed. | > | > You can't just do it yourself; you need a program that can send HTML | E-mail. | > | > The problem is that in order for the mail client that receives | it to know | > that it is HTML, it has to have certain MIME headers. You | can't normally | > create your own MIME headers. | > | > -Scott | > --- | > Declude: Anti-virus, Anti-spam and Anti-hijacking solutions for | > IMail. http://www.declude.com | > | > --- | > [This E-mail was scanned for viruses by Declude Virus | (http://www.declude.com)] | > | > | > Please visit http://www.ipswitch.com/support/mailing-lists.html | > to be removed from this list. | > | > An Archive of this list is available at: | > http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ | > | | | Please visit http://www.ipswitch.com/support/mailing-lists.html | to be removed from this list. | | An Archive of this list is available at: | http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ | | Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
