Sending email from the Arduino...is all I need...

zoomkat:
Usually if you are sending email thru your ISP's email server, user name and password are not needed. Below is some previously posted code that has provisions for name and password. I think the name and password need to be base64 encoded, which may be obtained via the links in the code.

Thanks for the reply, but I'm now wondering why I do not need usename and password?

I use theBat! as my email client and in the setup I must put in the username and password else it does not work. When I use a WEB based email client I have to give username and password.