Click here to Skip to main content
15,867,686 members
Articles / Programming Languages / C#
Article

Quick Mail

Rate me:
Please Sign up or sign in to vote.
2.96/5 (24 votes)
7 Apr 2003CPOL1 min read 175K   2K   40   46
Easy way to send mails using SMTP, in .NET.

Sample Image - MainQuickMail.jpg

Introduction

Quick Mail is a simple way to send mail using SMTP, in .NET. Moreover, my article will provide the usage of DataGrid, XML manipulation and tab control.

Brief Description

QuickMail is a utility that you can use to send mails easily. The most common use is to add, edit and delete groups, and users based on groups.

It provides a facility to frame a mail in HTML and rich text formats. Not only mails, it supports adding attachments with mail. Provided, you have to specify the SMTP server name.

Here, you can create a group and create username based on group. You can easily edit, delete usernames and group information. Here, I have developed "Add Recipient" form like Outlook and "Set Font Properties" form like Windows.

Mainly, you can send the mail here with HTML and text options. You can attach any file with your mail. Provided, you have to specify the SMTP server name here. If SMTP server is running in your machine, you can refer "localhost". Otherwise, give proper SMTP server name which you are using.

Here, I have not used any database for storing your group and user name information. I have used XML. So, it's easy to use.

Using the code

Source code is free for anyone.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I am a system analyst and have been with Microsoft & Sun Technologies for more than 7 years. I have always been fascinated by java and .NET. I take lot of technical articles and writing them.

I am a Sun Certified Java Programmer for Java 2 Platform 1.4 , Web component developer Java 2 Platform - Enterprise Edition 1.4 and Microsoft certified developer using C#.NET in Web Development ASP.NET.

Visit my web site www.mohamedashraf.tk

Comments and Discussions

 
GeneralRe: A little advertisements ;) Pin
Ashraf Mohamed14-Apr-03 1:44
Ashraf Mohamed14-Apr-03 1:44 
QuestionHow to ... Pin
Sassan Komeili Zadeh9-Apr-03 0:06
Sassan Komeili Zadeh9-Apr-03 0:06 
AnswerSetting up smtp server Pin
Ashraf Mohamed9-Apr-03 18:19
Ashraf Mohamed9-Apr-03 18:19 
GeneralRe: Setting up smtp server Pin
Anonymous9-Apr-03 19:44
Anonymous9-Apr-03 19:44 
GeneralRe: Setting up smtp server Pin
Ashraf Mohamed9-Apr-03 22:49
Ashraf Mohamed9-Apr-03 22:49 
AnswerRe: How to ... Pin
Radoslav Bielik14-Apr-03 3:31
Radoslav Bielik14-Apr-03 3:31 
GeneralRe: How to ... Pin
Ashraf Mohamed15-Apr-03 4:23
Ashraf Mohamed15-Apr-03 4:23 
GeneralPOP Pin
noushadkc8-Apr-03 23:01
noushadkc8-Apr-03 23:01 
Sleepy | :zzz: What about POP access Wink | ;-)

Globe is still rotating.
GeneralThanks - a very practical Pin
jhaga8-Apr-03 10:27
professionaljhaga8-Apr-03 10:27 
GeneralYou put some work into this... Pin
Marc Clifton8-Apr-03 10:12
mvaMarc Clifton8-Apr-03 10:12 
GeneralOK... Pin
Steve McLenithan8-Apr-03 8:43
Steve McLenithan8-Apr-03 8:43 
GeneralRe: OK... Pin
Ashraf Mohamed9-Apr-03 18:27
Ashraf Mohamed9-Apr-03 18:27 
GeneralRe: OK... Pin
Steve McLenithan9-Apr-03 18:37
Steve McLenithan9-Apr-03 18:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.