Email from Arduino using emails from a file.
This is a little bit of code I wrote for a project I am currently working on that I would like to share with the community.
What this does is sends out a large number of emails to a list of email addresses stored in a file on an SD card. This code has been working great on an Arduino UNO with the official ethernet shield.
Here is a paistbin of the code. http://pastebin.com/VMj7UNqU
Code uses the SD, and ethernet libraries provided with Arduino 0022.
Please feel free to modify this code, improve it, spread it, etc.