SMTP Wizard ActiveX v3
Examples
All of our examples come with free source code included. The free examples are
located in the installation for the SMTP Wizard ActiveX
control.
Here is a list of the free source code examples included:
Access Database
Send Mail DB
This database examples shows how to send an email using Micrsoft
Access.
Active Server Pages (ASP)
Send Simple Message
This Active Server Page source code example demonstrates sending an
email from an ASP page.
VBScript
Send Simple Message
This vbscript source code example shows how to send an email using a
script file.
Send SMTP Message Using an HTML File for the body
This vbscript source code example demonstrates reading a file from
disk and using it to set the message body. The code shows how to send an html
message body from an html file on disk.
Visual Basic
Bulk Mailer
This visual basic example shows how to send an email to a large number
of recipients individually.
VB HTML Mail
This example shows how easy it is to a HTML formatted email using vb.
Main Example
This Visual Basic example is essentialy a full featured email client.
It demonstrates creating message, adding recipients, adding attachments, using
html or plaintext to send messages and more.
QuickSend
This vb source code example to send a message using backend code.
Send Premade Message
This vb example demonstrates SMTP Wizard's ability to send a premade
message. Possibly pulled from a database or disk.
Stress Test
This visual basic example sends a message repeatedly to an email
address. Great for testing the capabilities of SMTP Wizard and watching
throughput. Load multiple instances to watch many mails go out simultaneously.
Visual C++
Main Example
This Visual C++ example is essentialy a full featured email client. It
demonstrates creating message, adding recipients, adding attachments, using
html or plaintext to send messages and more.
Visual FoxPro
QuickSend
This Visual Foxpro source code example to send a message
using backend code with a smtp server.
|