High-Availability JavaMail - A JavaMail transport proxy that adds efficiency and reliability to an underlying JavaMail provider.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow HA-JavaMail
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
Rate This Project
Login To Rate This Project
User Reviews
-
Use la api, pero la documentacion esta muy pobre y el ejemplo de la pagina no me funciono. Para hacerlo funcionar tuve que integrarlo a mi app con el sgte constructor: javax.mail.Transport transport = new net.sf.hajavamail.TransportProxy(session, session.getTransport().getURLName()); Ahi me bajaron los tiempos de envio mas del 100% de 20 segundos a 8 segundos.
-
When I download the zip source, I cannot build it since the build xml file contains "config.dir" which is pointing to "{basedir}/conf" that does not exist on the zip file.