Feb 26, 2004 #1 raji96 Programmer Joined Aug 7, 2001 Messages 64 Location US How do we send email using struts framework, will java mail work or is there any special class. Please help ! Thanks.
How do we send email using struts framework, will java mail work or is there any special class. Please help ! Thanks.
Feb 26, 2004 #2 venur MIS Joined Aug 26, 2003 Messages 418 Location US Hi, You have to use JavaMail api to send E-Mail out. Struts does not provide any spl class or function for email. Cheers Venu Upvote 0 Downvote
Hi, You have to use JavaMail api to send E-Mail out. Struts does not provide any spl class or function for email. Cheers Venu