SMS AND EMAIL WORKING

Dependents:   Application-SimpleSMTPClient_HelloWorld final

Fork of SimpleSMTPClient by Tadao Iida

Revision:
8:085f37025cb9
Parent:
2:27053679f44b
--- a/SimpleSMTPClient.cpp	Wed Dec 12 08:37:19 2012 +0000
+++ b/SimpleSMTPClient.cpp	Tue Apr 29 01:57:47 2014 +0000
@@ -81,7 +81,7 @@
     int ret = -1;
     char ehlo[128];
  
-    smtp.set_blocking(false, 1500); 
+    smtp.set_blocking(false, 2500); 
     smtp.connect(host, atoi(port)) ;
     if ( !smtp.is_connected() ){
         printf("Connection Error!\r\n");