From bbef03edea69aaea465ad773f54b768b426bb1a2 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Tue, 20 Oct 2020 18:35:40 +0530 Subject: [PATCH] chore: Update documentation for inbound email service (#1354) --- .env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index 5a6ab50ba..03199dd60 100644 --- a/.env.example +++ b/.env.example @@ -52,11 +52,11 @@ SMTP_ENABLE_STARTTLS_AUTO= MAILER_INBOUND_EMAIL_DOMAIN= # Set this to appropriate ingress channel with regards to incoming emails # Possible values are : -# :relay for Exim, Postfix, Qmail -# :mailgun for Mailgun -# :mandrill for Mandrill -# :postmark for Postmark -# :sendgrid for Sendgrid +# relay for Exim, Postfix, Qmail +# mailgun for Mailgun +# mandrill for Mandrill +# postmark for Postmark +# sendgrid for Sendgrid RAILS_INBOUND_EMAIL_SERVICE= # Use one of the following based on the email ingress service # Ref: https://edgeguides.rubyonrails.org/action_mailbox_basics.html