SMS AND EMAIL WORKING
Dependents: Application-SimpleSMTPClient_HelloWorld final
Fork of SimpleSMTPClient by
Revision 8:085f37025cb9, committed 2014-04-29
- Comitter:
- bhakti08
- Date:
- Tue Apr 29 01:57:47 2014 +0000
- Parent:
- 2:27053679f44b
- Commit message:
- Working
Changed in this revision
SimpleSMTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 27053679f44b -r 085f37025cb9 SimpleSMTPClient.cpp --- 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");