Sounds like you do want a java client. You'll do all the stuff you talked about below and have your client connect to the the stmp server (james or otherwise) to send that email. If you wanted to say keep a database of addresses that you regularly sent these to then I might still do it as a client function but you could allow the user to make up the email, set some sort of name for the address list and James could interpret in a mailet and bulk send from there.
bp -----Original Message----- From: Daniel Watrous [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 1:33 PM To: [email protected] Subject: marketing email application Hello James List, I am in the process of designing an application that will enable the delivery of marketing related e-mails to my client's lists. I have looked at the Javamail API, but this seems to be more for the writing of e-mail clients. My user interface will ask about the e-mail details, like content, from, list of to addresses, etc. After all of this information is gathered it will need to send the e-mail to everyone on the list. My Question: Is james designed to do this? if not, is there something else out there that would work better? I will be doing nearly all development in Java and so james seems like a greate candidate. I also noticed in the WIKI that someone else mentioned using james for something similar. Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
