I am trying to configure email support. I followed the guide and updated the env file as follows:
YTHONUNBUFFERED=0
REDASH_LOG_LEVEL=INFO
REDASH_REDIS_URL=
POSTGRES_PASSWORD=
REDASH_COOKIE_SECRET=
REDASH_SECRET_KEY=
REDASH_DATABASE_URL=
REDASH_MAIL_SERVER = “email-smtp.us-east-1.amazonaws.com
REDASH_MAIL_PORT = “465”
REDASH_MAIL_USE_TLS = “True”
REDASH_MAIL_USE_SSL = “True”
REDASH_MAIL_USERNAME = “[hidden]”
REDASH_MAIL_PASSWORD = “[hidden]”
REDASH_MAIL_DEFAULT_SENDER = “mySESVerifiedEmail@MyDomain.com
REDASH_HOST = “MyServerIPAddress”

as the Redash server in hosted on AWS I have restarted the server
when logging into the system and going to my profile the system states that I have not configured my Email server.
“It looks like your mail server isn’t configured. Make sure to configure it for the invite emails to work.”

Technical details:

  • Redash Version: I guess the latest were do I find it?
  • Browser/OS: ubuntu
  • How did you install Redash: AWS AIM
1 Like