-
coding to send emails in a web-app (3 messages)
- Posted by: Suresh Subramanyam
- Posted on: April 26 2004 03:12 EDT
i am coding a web-application in which i have to send an e-mail. i can't use "Emailer" and other classes ., (which are in javax.mail) bec i am using only web-server(tomcat 4.1), i dont have j2ee.jar. how can i code to send emails?? pls any one know send me a mail to ...sureshgsubramanyam@yahoo.co.ukThreaded Messages (3)
- coding to send emails in a web-app by stephen smithstone on April 26 2004 04:24 EDT
- coding to send emails in a web-app by Sanjaya Ganesh on April 26 2004 23:37 EDT
- coding to send emails in a web-app by Justin Mennen on April 29 2004 09:41 EDT
-
coding to send emails in a web-app[ Go to top ]
- Posted by: stephen smithstone
- Posted on: April 26 2004 04:24 EDT
- in response to Suresh Subramanyam
download the java mail and activation files from sun as you dont need a full blown j2ee app server just the mail and activation framework jars -
coding to send emails in a web-app[ Go to top ]
- Posted by: Sanjaya Ganesh
- Posted on: April 26 2004 23:37 EDT
- in response to Suresh Subramanyam
You just need to have the mail.jar and activation.jar. You dont need J2EE for this.
-Sanjay -
coding to send emails in a web-app[ Go to top ]
- Posted by: Justin Mennen
- Posted on: April 29 2004 09:41 EDT
- in response to Suresh Subramanyam
I would recommend using JavaMail as mentioned above, but if you can not for some reason, look into Sockets.