add resend to requirements and create email.py

This commit is contained in:
Jack Case
2025-11-15 13:24:26 +00:00
parent f24f3ceee4
commit f125fc1807
3 changed files with 4 additions and 0 deletions

2
slopserver/email.py Normal file
View File

@@ -0,0 +1,2 @@
"""Send emails for account verification through Resend API"""
import resend