PDA

View Full Version : mail server


mohan
09-27-2003, 02:30 AM
Hi Antun ,

Is it possible to send the e-mail without using SMTP, IMAP or POP3 mail servers.
or else, is it possible to send the e-mail using HTTP protocol alone without the help of the above mail servers?(but along with some supportive package like javamail,JAF etc..).


Thanks
Mallesh

antun
09-29-2003, 09:21 AM
The LPS does not care how you send mail. The only constraint is that any requests from the client go over HTTP.

You can write a JSP that sends mail and makes use of JavaMail, and the LPS can talk to that script by making a HTTP GET request.

-Antun