Skip to main content
KernelSistemi
Associate II
September 8, 2015
Question

STM32F217 : Send an Email

  • September 8, 2015
  • 4 replies
  • 1564 views
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
This topic has been closed for replies.

4 replies

asrock70
Associate III
September 8, 2015
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

 

Tesla DeLorean
Guru
September 8, 2015
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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
waclawek.jan
Super User
September 8, 2015
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
September 14, 2015
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