cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F2xx : Send Email

KernelSistemi
Associate II
Posted on March 09, 2015 at 14:24

STM32F2xx + ETH + Send Email

 

Hi,

I've a problem (I use STM32F2xx) : I need to send an email... but I don't know how!

I haven't found

anything

online.

1. Is it possible ? If YES... how ?

2. Are there some examples (with source code) ?

Thanks a lot

Luca

#email #stm32f2 #dunning-kruger-effect
5 REPLIES 5
Posted on March 09, 2015 at 15:54

Are you familiar with TCP/IP and Sockets?

Are you familiar with RFC's and IETF?

Are you familiar with SMTP, POP, etc?

http://www.rfc-base.org/rfc-2821.html

I haven't found anything online.

Perhaps you're not searching for the right things? Or expecting to find perfectly formed code to fall from the sky?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
KernelSistemi
Associate II
Posted on March 09, 2015 at 16:08

:-))))

No, I'm not familiar with this things !!

I expecting to find an example that already works... to use as a starting point!

Unfortunately I don't have time to study all these things.

Thanks

Posted on March 09, 2015 at 17:00

Unfortunately I don't have time to study all these things.

And people like me generally don't have time to create carefully crafted code examples for free, it's pretty time consuming and bills need to get paid. May be you should be looking for commercial stacks, and libraries, or books covering internet protocols, with examples. Or examples at the protocol level, SMTP, POP, etc. Or secure variants thereof. Although mail at this point is quite complicated, as most servers will think you are a spam-bot, and be hardened against you, so you'll probably want to be talking to a server you own and control.

About 99.9% of your problem here is not F2 related.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
KernelSistemi
Associate II
Posted on March 10, 2015 at 09:56

OK, OK

... I understand

your

opinion

!!

Thank you very much

clive1 !!!

Now,

I've a problem (I use STM32F2xx) : I need to send an email... but I don't know how!

1. Is it possible ?

2. If YES... Are there some demo / examples (with source code), 

to use

as a starting point

?

Thanks a lot

Luca

AvaTar
Lead
Posted on March 10, 2015 at 11:21

Read clive's answers - carefully.

That saves me (and others) from repeating him.