README.md

December 5, 2022 ยท View on GitHub

SendMail Without Server

Description

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.


More Info

Lots of losers will build email flooding programs from this.

Submitted On2001-11-09 18:23:26
ByBryan A. Cairns
LevelBeginner
User Rating4.3 (113 globes from 26 users)
CompatibilityVB 5.0, VB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileSendMail_W342761192001.zip

API Declarations

A few - see zip