Welcome to DavidJSmitty.com Sign in | Join | Help

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

  1. from an ASP.NET application hosted on a GoDaddy shared hosting account
  2. from a non-shared hosting account through a GoDaddy-hosted email address
  3. from a non-shared hosting account through Gmail ( just for giggles )

##  Basic emailer class that allows for customization of the credentials

Emailer Abstract Class

 

 

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

GoDaddy Shared Hosting Emailer

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

GoDaddy Off-site emailer

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

Gmail Emailer

As always, comments are welcome.

Published Saturday, January 20, 2007 5:30 AM by david
Filed under:

Comments

# Godaddy Email limits on shared hosting accounts

After posting about how to send emails from ASP.NET on a Godaddy shared hosting account , someone asked

Thursday, June 07, 2007 3:17 PM by David J. Smith's Blog

# Argotic on the Web: Part 1 (Solution Design)

Recently I got excited about a the video about Argotic ( blog ) on dnrTV . Argotic is a .NET library

Thursday, June 21, 2007 4:44 PM by David J. Smith's Program

# Setting up an SMTP server on a GoDaddy dedicated server

Other topics you might find interesting: Godaddy Email limits on shared hosting accounts and Sending

Tuesday, August 28, 2007 6:33 PM by David J. Smith's Program
New Comments to this post are disabled