I am sending mail from my Java app to Gmail Account. I had used the Java Mail API and it worked fine. But is it possible to send an e-mail without using the mail API in java
GMail doesn't allow non-secure mail transfer. You need to make an SSL/TLS connection in your implementation.