Open GoogleCodeExporter opened 8 years ago
Ia m getting error when it reaches at line
props.setProperty("mail.smtp.host", host);
I need help urgently ....
Original comment by ratnesh1...@gmail.com
on 6 May 2011 at 4:44
You are missing some important properties for it to work, such as the SMTP
port, authentication settings, etc, and it also lacks the authenticator for
sending mail...
The remaining code seems to be alright.
Give a look here for a working example with Gmail:
http://stackoverflow.com/questions/2020088/sending-email-in-android-using-javama
il-api-without-using-the-default-android-app/2033124#2033124
Original comment by syk...@gmail.com
on 5 Jul 2011 at 1:12
Original issue reported on code.google.com by
ratnesh1...@gmail.com
on 6 May 2011 at 4:42