How to send autmated email
Posted By:
Nawaz_Sandhu
Posted On:
Sunday, May 13, 2001 03:34 AM
Hi can someone help me to solve the following problem as I'm new in this field.
*supplier is connected to the system (web-based application)
*customer makes/modifies/cancels reservation with supplier through the system.
*The system sends automatic confirmation/acknololedgement emails responses recpectively to both supplier and the customer
usins Java/JSP/HTML/XML etc
Re: How to send a file attachment from the client side using JavaMail?
Posted By:
Michael_Wax
Posted On:
Wednesday, May 9, 2001 08:20 PM
Are you saying that you want to send the attachment from a remote client to the servlet? If so, I would suggest uploading the file to the servlet, and sending it from there.