File size: 626 Bytes
9a8db3c
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Flask settings
FLASK_APP=app.py
FLASK_ENV=development

# Brevo (formerly Sendinblue) API key
BREVO_API_KEY=xsmtpsib-9f5b29b661acc0243d2132c93d8ab4024cce4f3011b41a29e72744e21c1ce45b-B1HmQjL72G36FcKS

# Mail configuration (example: Gmail)
MAIL_SERVER=smtp-relay.sendinblue.com  # For Brevo (Sendinblue)
MAIL_PORT=587                         # Port for TLS
MAIL_USE_TLS=True                      # Use TLS encryption
MAIL_USERNAME=remproduction786@gmail.com  # Your email address
MAIL_PASSWORD=your_email_password     # Your email password or app password
MAIL_DEFAULT_SENDER=remproduction786@gmail.com  # Default sender email