Skip to content

resend/resend-django-smtp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages