Sending email from an ASP.NET application hosted on a GoDaddy shared hosting account, non-shared hosting account (GoDaddy), and non-shared hosting account (Gmail)
For all of those ASP.NET developers looking to send email that uses SMTP from a GoDaddy Email account.
This is the code for sending emails
- from an ASP.NET application hosted on a GoDaddy shared hosting account
- from a non-shared hosting account through a GoDaddy-hosted email address
- from a non-shared hosting account through Gmail ( just for giggles )
## Basic emailer class that allows for customization of the credentials

## GoDaddyEmailer: for sending emails from a shared hosting account
## Attention: GoDaddy limits shared hosting accounts to send only 250 emails / day

## GoDaddySoloEmailer: for sending emails through a GoDaddy email account, not on a GoDaddy shared hosting server

## and if you'd like to use a Gmail account from a non-GoDaddy server

As always, comments are welcome.