use caotek.fr SMTP to send email

This commit is contained in:
2022-05-31 16:58:45 +02:00
parent 10957fcb41
commit 4dd085cc02
2 changed files with 18 additions and 7 deletions

View File

@@ -16,11 +16,15 @@ sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
# images location
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
cao_blogr.admin_email = webmaster@meditation-sunyata.paris
# Mailer configuration
mail.host = localhost
mail.port = 25
# mail.host = localhost
# 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
[pshell]