Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 761 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 761 Bytes

Resend with Django and SMTP

This example shows how to use Resend SMTP server with Django.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Create and activate a new virtual env with:
virtualenv venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set your RESEND_API_KEY environment variable by running:
export RESEND_API_KEY="re_123456789"
  1. Execute the following command:
python manage.py runserver
  1. Nagivate to http://127.0.0.1:8000/

License

MIT License