I’m having trouble in sending mail from my application. I can’t use simple SMTP server on my application. And have no idea how to deal with sending mails in JAVA. I’m supposed to use same/similar mechanism like PHP’s mail() uses. Unfortunately I have no idea how to do it.
Share
You need to check out the JavaMail API, and as PHP’s mail() requires, it will need an SMTP server to send that email.
If you require an SMTP server I suggest searching Google for an SMTP server for your operating system or maybe you could use an SMTP server provided by your ISP or server host.