Search Tools Links Login

SendMail Without Server


Visual Basic 6, or VB Classic

Send emails without having to have a mail server.

Forgive me if you think this demonstration is pathetic...This is really intended for beginners, and I know there are some out there
asking how to do this. If you use any of this code, please give them credit.

This is just a simple program that shows how to send an email without having an email server at your disposal.  To use, simply enter the Mail From, From Name, Mail To, and Subject, and Message.

How does this work? Simple - it first takes the domain from the email you are sending to... So if you are sending to a@b.com the domain is b.com It then does an MX Lookup to find the mail server for that domain (mail.b.com) Then it sends the email to the server. 

Original Author: Bryan A. Cairns

Side Effects

Lots of losers will build email flooding programs from this.

API Declarations

A few - see zip

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 110 times

Categories

Visual Basic 6

Attachments

SendMail_W342761192001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 28,456 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.