SMS AND EMAIL WORKING

Dependents:   Application-SimpleSMTPClient_HelloWorld final

Fork of SimpleSMTPClient by Tadao Iida

Revision:
1:58550f022776
Parent:
0:3ea21ce21fe1
Child:
2:27053679f44b
--- a/SimpleSMTPClient.h	Mon Dec 03 09:55:59 2012 +0000
+++ b/SimpleSMTPClient.h	Tue Dec 04 09:55:36 2012 +0000
@@ -75,7 +75,10 @@
     */
     int setToAddress(char *to);
     
-
+    /** clearMessage 
+    *    
+    */
+    void clearMessage(void);
  
 private:
     int base64enc(const char *input, unsigned int length, char *output, int outputlen);