Hello,
I am writing a web application which needs to send email alerts. Currently the site uses the jakarta taglibs mailer-1.1 library to send email from the JSP sections of the site. However, we have a servlet which also needs to send email as well. Is there a way to use the jakarta tag libs in regular java logic? If so, can you please provide me with an example of how to send an email using the taglibs via regular java code?
For clarification this is the library I am using:
<%@taglib uri="
http://jakarta.apache.org/taglibs/mailer-1.1" prefix="mt" %>
Worth 500 points.
Thanks,
Rick