What you're looking for is a SMTP (Simple Mail Transport Protocol) library. A Google search finds 2 for the Arduino:
-
This seems to be a minimal-capability SMTP-only library that piggybacks on top of a connection library.
-
This seems to be a full IP package for the Arduino that works with select network devices which includes SMTP capability.
Ignacio Vazquez-Abrams
- 17.7k
- 1
- 28
- 32