|
This shows the basics of
Before the sending of a mail
Learn how to email the
If you are using a Windows
sending email using CDONTS
to avoid a useless excess
contents of a form using the
2000 / 2003 Server, or even
load on IIS, it is possible
CDONTS component from ASP.
XP Pro chances are that
to use a simple function to
CDOSYS is your best bet for
verify that the email
sending email from Active
address is well formed. In a
Server Pages. That is
more pushed process we could
because CDOSYS is installed
be also brought to
on all of them by default.
interrogate the smtp
Gone are the days of using
corresponding server to know
CDONTS which was the old way
if the address exists or not.
of sending email from ASP.
CDOSYS is it's
replacement.
That being
said there are actually a
lot of ways to configure and
use CDOSYS. When I 1st
started using CDOSYS I
assumed the CDOSYS code I
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: Apr, 18 2005 Date: Oct, 19 2005 Date: Jan, 04 2006 Date: Jun, 27 2005 |
|
Short samples which lets you
Assuming your flash IDE is
Learn how to send an email
Let's you add an user email
send an email from ASP or
open already let’s go ahead
with CDOSYS, a CDONTs
account to windows 2003 pop3
WSH, using several objects
and get started. In this
alternative for sending
service using script. The
(CDONTS.NewMail,
tutorial we’ll cover sending
emails with Win2k and
script is written in VBA 6
CDO.Message,
emails through flash using a
WinXP.
If you currently
(You can use it in Visual
Outlook.Application). You
server side script in ASP,
use CDONTS for sending
basic 6, Excel, Access,
can send an email using IIS
PHP, or Perl we will cover
email, the time may have
...), you can modify it for
SMTP service, remote SMTP
all three. With this you can
come to bury the dead and
VB Script or VB.Net. Manage
server or POP3/IMAP.
add email functionality to
move on. Microsoft
accounts locally or remotelly
your flash website for
introduced CDONTS with IIS4,
endless possibilities. There
allowing programmers to
are a few things to note
easily send email from ASP
here. It is a very wise
without purchasing and
choice to restrict some
installing 3rd-party
aspects of this application.
components. But, like any
Allowing users to decide
evolving technology, a new
where the email is going can
version has taken center
lead to some serious
stage. CDOSYS is Microsoft's
headaches. By giving users
new and improved interface
that ability you open
for SMTP email which was
yourself to the user using
introduced in Windows 2000.
it for anonymous emails, so
be careful.
Date: May, 06 2002 Date: Jan, 02 2007 Date: Dec, 21 2005 Date: Sep, 15 2005 |