Here is a simple code to send mail in GWT.
Write this code in servletImpl class
String host = "xxx.com.xx";//use your own host
String from = "..........";// email id
String to = ".............";//email id
Write this code in servletImpl class
String host = "xxx.com.xx";//use your own host
String from = "..........";// email id
String to = ".............";//email id