From 0672cb41d44b2750e72ca4e8b0277fe4105c5d6e Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 10 Nov 2019 16:17:41 -0600 Subject: [PATCH] change From email to example.com --- docs/email.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/email.md b/docs/email.md index 99b554dc..77de8715 100644 --- a/docs/email.md +++ b/docs/email.md @@ -22,9 +22,9 @@ This is an example of configuration using mailgun email service: - AUTH_EMAIL_HOST=smtp.mailgun.org - AUTH_EMAIL_PORT=465 - AUTH_EMAIL_TLS=true - - AUTH_EMAIL_USER=postmaster@mg.remark42.com + - AUTH_EMAIL_USER=postmaster@mg.exmaple.com - AUTH_EMAIL_PASSWD=********* - - AUTH_EMAIL_FROM=confirmation@remark42.com + - AUTH_EMAIL_FROM=confirmation@exmaple.com ``` For gmail: