feat: Implement email functionality with FastAPI-Mail and Mailhog
- Updated docker-compose.yml to include Mailhog service for email testing. - Added environment variables for email configuration in docker-compose. - Updated requirements.txt to include fastapi-mail for email support. - Created templates for password reset, email verification, and welcome emails. - Developed mail utility module to handle sending emails using FastAPI-Mail. - Added documentation for email testing with Mailhog.
This commit is contained in:
@@ -30,6 +30,9 @@ email-validator>=2.0.0
|
||||
pydantic>=2.3.0
|
||||
qrcode>=7.4.2
|
||||
|
||||
# Email support
|
||||
fastapi-mail>=1.4.2
|
||||
|
||||
# Image processing library for QR code generation
|
||||
Pillow>=9.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user