cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F217 : Send an Email

KernelSistemi
Associate II
Posted on September 08, 2015 at 11:06

Hi,

I've a problem (I use : STM32F217 - ETH RMII Mode - Standalone) : I need to send an email... but I don't know how!

a. Is it possible in standalone ? If YES... how ?

b. Are there some demos/examples (with source code) ?

Thanks a lot

Luca

#stm32f2 #rmii #email
4 REPLIES 4
asrock70
Associate II
Posted on September 08, 2015 at 12:01

You need TCP/IP stack and SMTP Client.

Full implementation both have Keil MDK-ARM in 

http://www.keil.com/rl-arm/rl-tcpnet_examples.asp

 

Posted on September 08, 2015 at 14:23

The type of PHY shouldn't matter, provided you have a TCP/IP stack of some type.

Should be plenty of examples and documentation for POP and SMTP implementations. You might want to send the mail via your own server as most won't care to deal with you, assuming you are a spam-bot
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on September 08, 2015 at 14:41

ST's examples for ETH come with lwip TCP/IP stack bundled, (http://www.st.com/web/en/catalog/tools/PF257896, and Cube too for those who like it). There's a smtp client for lwip in the lwip-contrib package, http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git/tree/apps/smtp

JW
KernelSistemi
Associate II
Posted on September 14, 2015 at 09:18

I used the 2 files :

http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git/tree/apps/smtp

and it works !!! ^_^

Thanks a lot to everyone! I love you !!!!!

L