I am working on a web based Java
application(on localhost
) and I want to send email using a PHP
script which is hosted on a free web hosting site and also return to my java app.
Like this ->
Java(localhost)---->PHP(send mail)---->Java(localhost)
Few questions regarding this?
How to do this?
What about the session stored by the java app? Will the PHP script read or interpret java's session?