TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About SmtpMail
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bill Farley (3)
Neha Sharma (1)
Mahesh Chand (1)
Mike Gold (1)
Related resources for SmtpMail
No resource found
Send Emails With Attachment in ASP.NET
2/3/2021 9:58:09 AM.
In this article, you will see how to send an email with an attachment using C# in ASP.NET.
Stock Quoter
4/9/2008 2:28:45 PM.
This program will retrieve a stock quote from a website and automatically forward it to an email at any frequency you would like.
Quote Responder
12/30/2005 7:06:22 AM.
The program will periodically check your mail for incoming email requests for a stock quote.
SmtpMail and Mail Message : Send Mails in .NET
12/28/2005 5:02:49 AM.
You can use SmtpMail and MailMessage to send mails in .NET.
Simple SMTP Mailer
12/28/2005 1:45:10 AM.
This is a simple program which shows how to send mail via SMTP without using any framework support. While using the .NET SMTP classes may be a little easier, it is good to be able to go under the hood and get your hands dirty to understand what is going on at the socket level. For simple text messages, this implementation works fine.
Smtp E-Mailing Appliction
12/4/2005 11:51:56 PM.
FTP client developed using Windows Forms. The source code uses a rigid Model-View-Controller design pattern.