This article tells us about sending more emails from any web page. This is demonstrated for the user along with providing a status page to check the status of the mail user. A multi-threaded windows service is used to send any number of emails...
This article tells the webmasters about anyone visiting their websites and while leaving out they gives their contact email address for future contact and replies. The webmaster should instantly check that the given email address is fake or...
The author uses two .NET pages to check the email address for its validity. ASP.NET networking capabilities is very powerful to validate email addresses by creating a "Telnet" session. Standard RFC commands are executed to identify the...
Sending emails using ASP.NET is very familiar now-a-days. This article shows the elaborate working example of creating an email, then formatting it and atlast sending it in ASP.NET. The main advantage of this tutorial is along with sending...
The hectic problem for the webmasters got a solution through this tutorial to skip and protect themselves from all spam emails. The author explains a lot of ways to identify the spam messages using simple keywords and A.I. This article...
This is a tutorial that comes like a study material to allow the readers to gather knowledge about enabling application with email notification. Here the author decided to discuss about adding email notification functionality to ASP.NET...
This tutorial explains the method of sending emails directly from the webmaster's site itself. The author describes the uses of SMTP mail class along with its working. ASP.NET gives the users everything, what the users might need to send email to...
Author highlights the importance of sending emails. The need of sending emails brings out the efficient output of sending the files along with attachments. This article tells about the basic functions of sending mails and the attachments. Through...
This article is very simple and specially developed for the webmasters, which might help them in sending emails with attachments in ASP.NET. The .NET framework makes it more easier than the old functionalities of sending emails. Step by step...
This tutorial is a fine descripition about how to create and send emails using ASP.NET. With the help of System.Web.Mail namespace in .NET, you could create SMTP mail, Mail message and Mail attachment. The author tells the webmaster the art of...
More useful for ASP developers to get more information with sending messages / mails through ASP page. Gives the basic functions to send HTML formatted email and also explains how to format the email text in it's parameters such as fonts, italics,...
To send mail with CDOSYS is a simple tutorial that tells us how to use CDOSYS. In the new version of Microsoft IIS, CDOSYS has replaced CDONTS and comes with more functions and is alos very simple to use. The author gives a simple code to explain...
The author shows how easy for the webmasters to open their ASP.NET page. This article also highlights the method of sending emails through ASP.NET. This ASP.NET allows the users to send any web pages transformed to email content and send to any...
Send Mail Message in ASP.Net. This is the highlight of this article which demonstrates the users the basic properties which is very simple in understanding. Using this mail message, there is no need of any other third party component. This article...
Sending Email is nothing new to the users, but this article shows the difference while sending emails through an ASP.NET Web Page. SmtpMail class from System.Web.Mail is to be adopted in sending emails. A mail messages class is to be created along...
Using C# for Asp.Net helps us to learn how to send emails with or without attachments and also integrate SQL for storing addresses. This article describes the method of using SQL table in the place of email address source. By this the webmasters...
This article describes the shortcut method of sending and receiving pop3 mails. Creating a TOPClient, which is connected to your mail server. With the help of the function, the webmasters could send comments and get back its results. This states...
This article clearly describes the stock quoter, which replies for the stock requestion. When an email requestion reaches your mailbox, this program checks the stock and reply back. Mostly the request might be from cellphones and wireless than the...
The author is fighting back against the email harvesters, he discusses about a variety of methods normally used to confuse email harvesters and also about their advantages and disadvantages. Spam emails pose hectic trouble for the webmasters, in...
Using Jmail component sending and receiving messages from others can be implemented easily through this utility. This lets you input the required parameters with creating a web based form for your site to enable others to send messages to a... |