Skip to content

Dan-Duran/quick-smtp-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

quick-smtp-listener

This script implements a basic SMTP listener using the aiosmtpd library in Python. The listener listens for incoming email messages and performs the following actions:

  • Prints the sender's address, recipients' addresses, and message content on the console.
  • Binds the SMTP server to a specific hostname and port for receiving incoming connections.

Prerequisites

Make sure you have the aiosmtpd library installed. You can install it using pip:

Usage

python3 smtp_listener.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages