Pages

Tuesday, July 21, 2009

Email in GWT

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