SMS WORKING

Dependencies:   EthernetInterface NTPClient SimpleSMTPClient TextLCD mbed-rtos mbed

Fork of Application-SimpleSMTPClient_HelloWorld by avnish aggarwal

Files at this revision

API Documentation at this revision

Comitter:
sunifu
Date:
Mon Dec 03 09:59:24 2012 +0000
Parent:
0:f6b11a930311
Child:
2:e001878f6874
Commit message:
Ver1.0

Changed in this revision

SimpleSMTPClient.lib Show diff for this revision Revisions of this file
SimpleSMTPCllient.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SimpleSMTPClient.lib	Mon Dec 03 09:34:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/sunifu/code/SimpleSMTPClient/#f440cf84cfea
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SimpleSMTPCllient.lib	Mon Dec 03 09:59:24 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/sunifu/code/SimpleSMTPCllient/#3ea21ce21fe1
--- a/main.cpp	Mon Dec 03 09:34:15 2012 +0000
+++ b/main.cpp	Mon Dec 03 09:59:24 2012 +0000
@@ -11,7 +11,7 @@
 #define PORT "587" //25 or 587(OutBound Port25 Blocking )
 #define USER "user-id"
 #define PWD "password"
-#define FROM_ADDRESS "from-user@domain"
+#define FROM_ADDRESS "user-id@domain"
 // TO_ADDRESS (Of some address is possible.)
 // to-user1@domain, to-user2@domain, to-user3@domain ....
 // The TO_ADDRESS are less than 128 characters.