harshdhane commited on
Commit
f8057ef
·
verified ·
1 Parent(s): 4228c47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
20
  # Email configuration
21
  app.config['MAIL_SERVER'] = 'smtp.gmail.com'
22
  app.config['MAIL_PORT'] = 465
23
- app.config['MAIL_USERNAME'] = 'your_email@gmail.com' # Replace with your email
24
- app.config['MAIL_PASSWORD'] = 'your_password' # Replace with your password
25
  app.config['MAIL_USE_TLS'] = False
26
  app.config['MAIL_USE_SSL'] = True
27
 
 
20
  # Email configuration
21
  app.config['MAIL_SERVER'] = 'smtp.gmail.com'
22
  app.config['MAIL_PORT'] = 465
23
+ app.config['MAIL_USERNAME'] = 'your_email@gmail.com'
24
+ app.config['MAIL_PASSWORD'] = 'your_password'
25
  app.config['MAIL_USE_TLS'] = False
26
  app.config['MAIL_USE_SSL'] = True
27