Friday, April 29, 2011

Emailing from a C# application

For an application I am working on I needed to create a .NET web service for emailing out using Gmail's free smtp server. So I created a generic email connector and will input Gmail's server: smtp.gmail.com port: 587 for sending emails.