Re: Queued mail sending
Re: Queued mail sending
- Subject: Re: Queued mail sending
- From: Pascal Robert <email@hidden>
- Date: Wed, 29 Jan 2014 09:09:51 -0600 (CST)
- Thread-topic: Queued mail sending
One alternative would be to write the email to the filesystem and have the delivery manager to send it to the SMTP server (I *think* Postfix can do that).
----- Mail original -----
De: "Musall Maik" <email@hidden>
À: "Development email@hidden" <email@hidden>
Envoyé: Mercredi 29 Janvier 2014 09:56:04
Objet: Queued mail sending
Hi folks,
how do you queue outbound email in WO apps?
We use an 10+ years old custom implementation of a WOMailDelivery replacement, and I also looked at ERJavaMail. Both seem vulnerable to the same problem: if the application composes a mail, hands it over to the mailing framework, and the instance goes down before the mail is successfully sent to the SMTP server, the mail is lost. And if using the default non-blocking mode, and the SMTP server fails to accept the mail, it’s also lost if the instance is terminated before the queue gets a chance to deliver it again. Am I right on this for ERJavaMail?
How do you deal with this? Is there another framework that does it better? I think there’s no way around having a persistent queue of some kind for outbound emails.
Maik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden