Can i know how to send mail using JSP? Do i need a pop3 server or just a few statement will do? Thanks
Printable View
Can i know how to send mail using JSP? Do i need a pop3 server or just a few statement will do? Thanks
it depends on the mail server does it use pop3 or http
If use http,, how? can i have some examples?
http://www.oracle.com/technology/sam.../sendmail.html
Is that a good way? Anything i should concern when i am doing this?
I once found this free pack I don't exactly remember where you can google it
it's called "JavaMail"
I tried it to create an App to receive mail headers from hotmail using http maybe it also supports pop3... look for it