Reloop SMTP - Python (smtplib) Example Send emails using Reloop SMTP relay with Python's built-in smtplib. Setup & Usage Copy .env.example to .env and set your Reloop API key: cp .env.example .env Install dependencies: pip install -r requirements.txt Run the script: python main.py