How to Forge Email

Understand what you are looking for., Find a list of SMTP servers., Test the SMTP server.

3 Steps 2 min read Easy

Step-by-Step Guide

  1. Step 1: Understand what you are looking for.

    An SMTP (simple mail transfer protocol) server is a mail server that transfers mail between users.

    Mail often bounces through several SMTP servers on its way to its destination.

    You will need to find a SMTP server that allows for "open relaying".

    This is next to impossible these days, but you may be able to find one or two out there.
  2. Step 2: Find a list of SMTP servers.

    There are several places online that you can find lists of popular SMTP servers.

    Finding an open relay one will be more difficult, and will require a lot of trial and error.

    Try small businesses and local companies, as they are less likely to have configured their SMTP server properly.

    Using an SMTP server without authorization is illegal. , You need to find out if the SMTP server is open before you can connect to it.

    Open the Command Prompt or Terminal.

    Type telnet smpt.server 25 and press Enter.Replace smpt.server with the address of the server you are trying to connect to.

    For example Google's SMTP server is smtp.gmail.com (it's not an open relay server, so don't bother trying).

    If the SMTP server is an open relay, you will be connected to the server.

    If the server is not an open relay, you will see the message Could not open connection to the host on port 25:
    Connect failed and will need to find another server.
  3. Step 3: Test the SMTP server.

Detailed Guide

An SMTP (simple mail transfer protocol) server is a mail server that transfers mail between users.

Mail often bounces through several SMTP servers on its way to its destination.

You will need to find a SMTP server that allows for "open relaying".

This is next to impossible these days, but you may be able to find one or two out there.

There are several places online that you can find lists of popular SMTP servers.

Finding an open relay one will be more difficult, and will require a lot of trial and error.

Try small businesses and local companies, as they are less likely to have configured their SMTP server properly.

Using an SMTP server without authorization is illegal. , You need to find out if the SMTP server is open before you can connect to it.

Open the Command Prompt or Terminal.

Type telnet smpt.server 25 and press Enter.Replace smpt.server with the address of the server you are trying to connect to.

For example Google's SMTP server is smtp.gmail.com (it's not an open relay server, so don't bother trying).

If the SMTP server is an open relay, you will be connected to the server.

If the server is not an open relay, you will see the message Could not open connection to the host on port 25:
Connect failed and will need to find another server.

About the Author

M

Michelle Hamilton

Dedicated to helping readers learn new skills in creative arts and beyond.

29 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: