use caotek.fr SMTP to send email
This commit is contained in:
@@ -18,10 +18,17 @@ sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
|
||||
# images location
|
||||
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
|
||||
|
||||
cao_blogr.admin_email = cao.thien-phuoc@orange.fr
|
||||
# Mailer configuration
|
||||
mail.host = smtp.orange.fr
|
||||
mail.port = 25
|
||||
# cao_blogr.admin_email = cao.thien-phuoc@orange.fr
|
||||
# mail.host = smtp.orange.fr
|
||||
# mail.port = 25
|
||||
cao_blogr.admin_email = phuoc@caotek.fr
|
||||
mail.host = smtp.gmail.com
|
||||
mail.port = 465
|
||||
mail.ssl = True
|
||||
mail.username = phuoc@caotek.fr
|
||||
mail.password = pcao.8211
|
||||
|
||||
|
||||
retry.attempts = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user