I am trying to send an email from my servlet. There is no exception but i am not getting email in my account. I am using the following code:
public class Se
Read https://developers.google.com/appengine/docs/java/mail/overview Basically stop including any JavaMail libraries in your app and don't try to connect to a host. Build the message and jump straight to Transport.send(msg);