Trigger button to send email to Team members

Dependencies:   HTTPClient WIZnet_Library mbed

Fork of EmailButton by Bohyun Bang

/media/uploads/Bongjun/20150429_101614.jpg

Files at this revision

API Documentation at this revision

Comitter:
Bongjun
Date:
Wed Apr 29 01:24:51 2015 +0000
Parent:
0:296b140c37e2
Commit message:
#1st Example for EmailButton

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 296b140c37e2 -r 8bf7fbe91a58 main.cpp
--- a/main.cpp	Wed Apr 29 01:15:33 2015 +0000
+++ b/main.cpp	Wed Apr 29 01:24:51 2015 +0000
@@ -49,7 +49,7 @@
     char get_msg[512]= "http://bjsnippets.appspot.com/emailbutton";
     HTTPClient http;
     
-    pc.printf("Send get Message to openeathermap.org\r\n");
+    pc.printf("Send Email to all team members\r\n");
     pc.printf("msg : %s\r\n",get_msg);
     ret = http.get(get_msg, str, sizeof(str));
     if(!ret)