Here is an interesting
Learn how to send an email
Developers who are new to
This shows the basics of
article that explains how to
with CDOSYS, a CDONTs
POP3 as well as seasoned
sending email using CDONTS
help the authorities in
alternative for sending
POP3 developers will find
tracking down people who
emails with Win2k and
this article indispensable.
cause sites to send unwanted
WinXP.
If you currently
Basic to advanced topics
email to others by
use CDONTS for sending
are covered. This article
subscribing them to one's
email, the time may have
offers tips, tricks and
newsletter or applying for
come to bury the dead and
secrets that developers of
site membership.
move on. Microsoft
all levels can benefit from.
introduced CDONTS with IIS4,
What you will learn from
allowing programmers to
this brief article will save
easily send email from ASP
you weeks or more of
without purchasing and
learning, research and
installing 3rd-party
development. Read this
components. But, like any
article and have a basic,
evolving technology, a new
reliable POP3 application up
version has taken center
and running within an hour.
stage. CDOSYS is Microsoft's
Sample code and applications
new and improved interface
included.
for SMTP email which was
introduced in Windows 2000.
Date: Mar, 09 2001 Date: Dec, 21 2005 Date: Apr, 02 2003 Date: Apr, 18 2005 |
Short samples which lets you
Assuming your flash IDE is
This code sample will show
This article describes every
send an email from ASP or
open already let’s go ahead
you how to send
step you need to know to
WSH, using several objects
and get started. In this
HTML-formatted email
send E-Mails using ASP pages.
(CDONTS.NewMail,
tutorial we’ll cover sending
messages. The code is
CDO.Message,
emails through flash using a
written using CDO for 2000,
Outlook.Application). You
server side script in ASP,
but there is a CDONTS
can send an email using IIS
PHP, or Perl we will cover
version as well for those of
SMTP service, remote SMTP
all three. With this you can
you still running on NT4.
server or POP3/IMAP.
add email functionality to
your flash website for
endless possibilities. There
are a few things to note
here. It is a very wise
choice to restrict some
aspects of this application.
Allowing users to decide
where the email is going can
lead to some serious
headaches. By giving users
that ability you open
yourself to the user using
it for anonymous emails, so
be careful.
Date: May, 06 2002 Date: Jan, 02 2007 Date: Jun, 19 2001 Date: Oct, 12 2001 |