Forums Register Login

jsp related

+Pie Number of slices to send: Send
Hi everybody,

I want to e-mail a report that is generated in jsp to some e-mail id :how can i do this,pls help...
Bye
Vivek
+Pie Number of slices to send: Send
Hi,

In order to send an email through your JSP, you should have authorization to your SMTP server.

You need to import these packages:

import java.util.Properties;
import javax.mail.*;
import javax.mail.internet.*;
import javax.naming.*;

I can't send you the code. I am sorry for that and I hope you understand why.

Some more information here : http://www.jsptut.com/Email.jsp
+Pie Number of slices to send: Send
Hi,

He's trying to mention the java mail API. Sun has that as a saperate API and you can use it... again its "free".
There is no greater crime than stealing somebody's best friend. I miss you tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 786 times.
Similar Threads
How to send E Mail by use of JSP coding
E-mailing functionality in Java
Problem with validation 'required' attributes
Certification Results Are In!!! How did you do???
Web Project - need volunteers
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 18, 2024 22:59:08.