Short samples which lets you send an email from ASP or WSH, using several objects (CDONTS.NewMail, CDO.Message, Outlook.Application). You can send an email using IIS SMTP service, remote SMTP server or POP3/IMAP.
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...
ASP.NET Email could be created using VB. This is about the article in which the author clearly explains how to create an email in ASP.NET using VB. With the help of ASP.NET Web Form controls and attached validation controls you could code the form...
Send plain-text and HTML email using XMLHTTP from ASP scripts. It handles all Western European languages and features auto-generation of HTML emails from a URL, attachments, auto-Zip compression of attachments and more.
Email is a multi-platform compatible script that sends an email from an ASP page using CDO for NT Server.
ASP Authentication Using IP Address is an ASP article through which users can get detailed description of protecting their website by checking the valid visitors username and password. In this article author describes about security tricks,...
With the help of this online ASP tutorial, you will be capable of creating headers, footers, functions etc., in ASP scripts using #include Directive in order to use them all over the source code. And other file contents can be also called via this...
ASP Scripts to Determine if a Specified File and Folder Exist is a simple tutorial in ASP summarizing the codings for cross checking the availability of both the files and folders on the web server. The author has given seperate codes for...
File Uploading in ASP.NET Using C# is a web based tutorial which deals with generating an application for file uploading in C#. The author describes about the methods of using the file control for both the single file uploading process and...
In Depth ASP.NET using ADO.NET - Introduction is an article that discusses about how to fetch, update and display the database data using ADO.NET objects. This article also explains you about various ASP.NET server controls, how to create... |