Does anyone know if WAS has a built-in email client? We have an app running here but I need to change it to use a different mail relay but no-one seems to know if this is aa built-in feature or something someone programmed. Where would I find this?
It's not TCP that isn't reliable, it's relying on a daemon being up. This is the exact reason we want to change it, JavaMail is so poorly written that we lost 60000 emails a couple of weeks ago because an SMTP relay had problems and JavaMail just dumps the mail with no error and has no resiliance whatsoever. It doesn't even try to resend.
Piping the mail to the sendmail binary instead would eliminate the need for something to be "up" and increase reliability.
Humm, I understand. Maybe a sollution could be not using JavaMail and invoke a script (Perl or whatever) that will invoke sendmail with the appropiate parameters
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.