Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Reloop SMTP - Python (smtplib) Example

Send emails using Reloop SMTP relay with Python's built-in smtplib.

Setup & Usage

  1. Copy .env.example to .env and set your Reloop API key:

    cp .env.example .env
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the script:

    python main.py