Hello all,
I am using LPC2378 for ethernet connectivity, using uip stack. I am successfully sending data and receiving it using web pages embedded in LPC. I want to know how to send email using LPC2378. Do i require IP address or directly sending to respective email it will send the data. what happens when send button is clicked in email Does uip stack give provision for sending emails? Please guide me Thanks and Regards
Start here:
en.wikipedia.org/.../SMTP
Hi pramol,
I may not be able to help you, but you seems to be able to send and receive data using embedded web pages. I am looking for such information. Do you mind sharing with me how you do that or where you obtain the knowledge to do that? You help would be greatly appreciated.
The internet works on a set of standard protocols. All these protocols are published and freely available at no cost:
http://www.ietf.org/
There is a vast wealth of materials - including books, websites, etc - that describe these protocols and how to use them.
Here is an excellent tutorial on HTTP, the protocol used for web pages (embedded or otherwise): www.jmarshall.com/.../