Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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");
