Hi Everyone,
In my application, I have a sendmail function. When the user click the submit button, the information will be saved into the database and at the same time the emails will be sent out. We are using WebSphere, so we use
<%@ taglib uri=" prefix="mt" %>
It worked well before, but we just found out that mailer2 is not available anymore, the semmail part does not work right now and we didn't download the source before. We are not running jrun, so we can't user jrun tag. Is there any other ways that can work with JSP to send mail? Or is there anyone have the mailer2 source?
Thank you for any suggestions and help!!!
In my application, I have a sendmail function. When the user click the submit button, the information will be saved into the database and at the same time the emails will be sent out. We are using WebSphere, so we use
<%@ taglib uri=" prefix="mt" %>
It worked well before, but we just found out that mailer2 is not available anymore, the semmail part does not work right now and we didn't download the source before. We are not running jrun, so we can't user jrun tag. Is there any other ways that can work with JSP to send mail? Or is there anyone have the mailer2 source?
Thank you for any suggestions and help!!!