Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 794 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 794 Bytes

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.

Check this out!

Prerequisites

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

Usage

python3 smtp_listener.py