This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can we send Email using Ethernet of Lm3s9b96 controller

Hi everyone,

I am  working with Lm3s9b96 Cortex m3 controller , in which we are using Ethernet section , would glad to know if someone knows how to send email through ethernet .

Rohit

  • Yashpal,

    I would suggest looking at the SMTP example for the uIP stack in StellarisWare. It is not a fully self contained example, so you'd have to learn how to integrate it with your own code. The documentation for the SMTP app is in StellarisWare/third_party/uip-1.0/doc/html/a00161.html. The code is in the StellarisWare\third_party\uip-1.0\apps\smtp folder.