I have been looking into sending an email from an UNO for a while now, but I'm having a lot of trouble figuring out where to start. I have looked over some old posts on here from 2009 But I couldn't get that to work, so i kept searching on the internet for a way to do it but again no luck, everywhere seems to say that arduinos are not able to do it.
The reason I'm looking into this is to send a small piece of data (only a 20 char string) to my phone.
Does anyone have any pointers they could give me ? is emails even the right way to go ?
Generally, when you get something to work, the time has come to stop.
everywhere seems to say that arduinos are not able to do it.
It depends on how vulnerable your e-mail system is to spam attacks. If it is highly vulnerable, the Arduino can send an e-mail. If it is not, the Arduino doesn't have the processor power to deal with the necessary encryption/decryption.
The reason I'm looking into this is to send a small piece of data (only a 20 char string) to my phone.
As an e-mail? Why? A text message is nowhere near the same thing.