The NewMail object gives you
Short samples which lets you
This is a basic code that
This article describes every
the ability to send a
send an email from ASP or
allows you email form
step you need to know to
message within an ASP page
WSH, using several objects
results using CDO on an NT /
send E-Mails using ASP pages.
with only few lines of code.
(CDONTS.NewMail,
IIS server.
This article will help you
CDO.Message,
to understand different
Outlook.Application). You
properties and methods of
can send an email using IIS
CDONTS.NewMail Object.
SMTP service, remote SMTP
server or POP3/IMAP.
Date: Aug, 28 2003 Date: May, 06 2002 Date: Aug, 27 2003 Date: Oct, 12 2001 |
This code sample demonstrates
Developers who are new to
The author writes "You
If you are using a Windows
how to validate an email
POP3 as well as seasoned
know all those email you
2000 / 2003 Server, or even
address using regular
POP3 developers will find
send using CDO or CDONTS?
XP Pro chances are that
expressions. It ensures that
this article indispensable.
What happens to the ones
CDOSYS is your best bet for
an email address is properly
Basic to advanced topics
that are addressed wrong or
sending email from Active
syntaxed and ends with a
are covered. This article
if the sender or recipient's
Server Pages. That is
valid TLD (top level domain).
offers tips, tricks and
address isn't even formatted
because CDOSYS is installed
secrets that developers of
correctly? This script will
on all of them by default.
all levels can benefit from.
let you take a peek at the
Gone are the days of using
What you will learn from
messages in the mailroot
CDONTS which was the old way
this brief article will save
folders. This includes the
of sending email from ASP.
you weeks or more of
ones that the SMTP service
CDOSYS is it's
learning, research and
hasn't delivered yet and
replacement.
That being
development. Read this
even those it's already
said there are actually a
article and have a basic,
given up on so you can see
lot of ways to configure and
reliable POP3 application up
what's happening."
use CDOSYS. When I 1st
and running within an hour.
Source code for the SMTP
started using CDOSYS I
Sample code and applications
reader available for
assumed the CDOSYS code I
included.
download.
was using would work in any
situation, but that is not
the case. This is something
most articles about CDOSYS
do not mention so I am going
to show you 3 different
CDOSYS examples each sending
email using a slightly
different method.
Date: Jul, 19 2001 Date: Apr, 02 2003 Date: Oct, 10 2001 Date: Jun, 27 2005 |