From 6f699a72a2fcf6a613cde8186ac510dd574afba2 Mon Sep 17 00:00:00 2001 From: Pitou Date: Thu, 9 Jan 2020 11:25:42 +0100 Subject: [PATCH] Add SMTP indication in example.env See also https://forum.farmbot.org/t/how-to-configure-smtp-with-gmail/5714 --- example.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example.env b/example.env index b551b8aac..21ee0bed1 100644 --- a/example.env +++ b/example.env @@ -79,6 +79,10 @@ SMTP_PORT=587 # Delete these if you aren't a send grid customer. SENDGRID_PASSWORD=Used by FarmBot, Inc SENDGRID_USERNAME=Used by FarmBot, Inc +# If you're using other SMTP server (like Gmail) use this. +#SMTP_USERNAME=email@gmail.com +#SMTP_PASSWORD=password + # Used by people who pay for managed database hosting. # Most users should delete this. DATABASE_URL=postgres://user:password@host:5432/db_name