VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

SendMail Without Server

Bryan A. Cairns  (12 Submissions)   Complete Applications   Visual Basic 3.0   Beginner   Wed 3rd February 2021

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 [email protected] 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.

Side Effects
Lots of losers will build email flooding programs from this.

API Declarations
A few - see zip

Rate SendMail Without Server (26(26 Vote))

Download SendMail Without Server

SendMail Without Server Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters