Board index » jbuilder » Help on mailer.
Richard Li
![]() JBuilder Developer |
Help on mailer.2003-11-04 03:50:47 AM jbuilder11 Hi there, I made a sendMessage function in JSP Bean class in order to send message and it is successful. The code is like this Qsmtp mailer = new Qsmtp("smtp.exchange.missouri.edu"); mailer.setFromAddress("www@www.cf.missouri.edu"); mailer.setToAddress(" XXXX@XXXXX.COM "); mailer.setSubject("Contract Payment."); mailer.sendmsg(); Here is the request that instead of display the Sender www@www.cf.missouri.edu, the user likes to display "Project Manager" as the Sender. Is it possible to do that? Thanks ahead! Richard Li |