> I am writing a CRM-like list mailer that needs to track what
> happens to each email sent to a member
> With the JavaMail model, I can get the status and immediately
> note it in the database. With the spooling model, I'll VERP
> each piece of outbound mail, check for bounces, and assume "no
> news is good news" for the rest.
All that the "direct" model does for you is tell you that the message was
accepted for relay by the remote MTA. You still need to be able to handle
delivery failures that occur later. Don't forget that the message can
bounce after being accepted, and that the MTA to accept the mail is not
necessarily the one deliverying it. Even if you used a custom JavaMail
delivery mailet, you'd still have to handle VERP.
There are people who have done similar applications with James. I don't
know if they'll be willing to provide any insights.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]