EthernetInterface Libraryを使ったSimpleな SMTP ClientLibraryです. LOGIN認証を追加しました.(2014.4 Update) It is SMTPClient Library which is Simple using EthernetInterface Library.

Dependents:   SimpleSMTPClient_HelloWorld USBHost-MSD_Sensors_1 IOT-GPS-SMS IOT_HW_5_websockets ... more

Revision:
4:7d16b08a1291
Parent:
2:27053679f44b
Child:
5:846af4db63c5
--- a/SimpleSMTPClient.h	Wed Dec 12 08:37:19 2012 +0000
+++ b/SimpleSMTPClient.h	Thu Dec 13 09:17:27 2012 +0000
@@ -76,6 +76,11 @@
     */
     int setToAddress(char *to);
     
+    /** clearMessage 
+    *    
+    */
+    void clearMessage(void);
+    
 
  
 private: