Im looking for the standard method of sending a html based email in a JSP page.
Any emails or links for this? I searched google but im not sure what methods are the "standard" way to do it, without including lots of extra libraries.
I do not recommend using sendmail. Its not truly crossplatform and can break in migrations ,even from UNIX to UNIX. This to me defeats a major bonus of doing your development in Java.
I recommend using Sun's JavaMail interface. Its truly cross-platform and interfaces directly at the SMTP level, giving fine control over error conditions and authentication.
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.