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 location
|
||||||
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
|
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
|
||||||
|
|
||||||
cao_blogr.admin_email = cao.thien-phuoc@orange.fr
|
|
||||||
# Mailer configuration
|
# Mailer configuration
|
||||||
mail.host = smtp.orange.fr
|
# cao_blogr.admin_email = cao.thien-phuoc@orange.fr
|
||||||
mail.port = 25
|
# 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
|
retry.attempts = 3
|
||||||
|
|
||||||
|
|||||||
@@ -16,11 +16,15 @@ sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
|
|||||||
# images location
|
# images location
|
||||||
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
|
images_dir = /pyramid10/cao_sunyata/cao_blogr/static/img/
|
||||||
|
|
||||||
cao_blogr.admin_email = webmaster@meditation-sunyata.paris
|
|
||||||
# Mailer configuration
|
# Mailer configuration
|
||||||
mail.host = localhost
|
# mail.host = localhost
|
||||||
mail.port = 25
|
# 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
|
retry.attempts = 3
|
||||||
|
|
||||||
[pshell]
|
[pshell]
|
||||||
|
|||||||
Reference in New Issue
Block a user