ReySajju742 commited on
Commit
9a8db3c
·
verified ·
1 Parent(s): 8a279ff

Update .env

Browse files
Files changed (1) hide show
  1. .env +14 -11
.env CHANGED
@@ -1,11 +1,14 @@
1
- # .env file
2
-
3
- FLASK_APP=app.py
4
- FLASK_ENV=development
5
-
6
- MAIL_SERVER=smtp.example.com # Your email server (e.g., smtp.gmail.com)
7
- MAIL_PORT=587 # Port for TLS
8
- MAIL_USE_TLS=True # Use TLS
9
- MAIL_USERNAME=your_email@example.com # Your email address
10
- MAIL_PASSWORD=your_password # Your email password
11
- MAIL_DEFAULT_SENDER=your_email@example.com # Default sender email
 
 
 
 
1
+ # Flask settings
2
+ FLASK_APP=app.py
3
+ FLASK_ENV=development
4
+
5
+ # Brevo (formerly Sendinblue) API key
6
+ BREVO_API_KEY=xsmtpsib-9f5b29b661acc0243d2132c93d8ab4024cce4f3011b41a29e72744e21c1ce45b-B1HmQjL72G36FcKS
7
+
8
+ # Mail configuration (example: Gmail)
9
+ MAIL_SERVER=smtp-relay.sendinblue.com # For Brevo (Sendinblue)
10
+ MAIL_PORT=587 # Port for TLS
11
+ MAIL_USE_TLS=True # Use TLS encryption
12
+ MAIL_USERNAME=remproduction786@gmail.com # Your email address
13
+ MAIL_PASSWORD=your_email_password # Your email password or app password
14
+ MAIL_DEFAULT_SENDER=remproduction786@gmail.com # Default sender email