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:
5:846af4db63c5
Parent:
4:7d16b08a1291
Child:
7:0847fa2294a0
--- a/SimpleSMTPClient.h	Thu Dec 13 09:17:27 2012 +0000
+++ b/SimpleSMTPClient.h	Sat Dec 15 14:11:50 2012 +0000
@@ -80,7 +80,11 @@
     *    
     */
     void clearMessage(void);
-    
+
+    /** msgLength
+    *
+    */
+    int msgLength(void);    
 
  
 private: