The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
I hear you host Canvas on Amazon Web Services. What has been your experience with AWS?
Hi, thanks for asking.
Launching the bitnami instance on AWS was a breeze. but I have hit a blocker with the SMTP settings.
I have been playing around with the outgoing_mail.yml config file but this has so far yielded no results (emails not being sent from within canvas) with either GSuite, Sendgrid or AWS SES.
I have tried various suggestions in the 'production' section and to no avail.
Does anyone have any suggestions? Sorry I'm new here so not sure this is the best place to ask this.
production:
address: "smtp.gmail.com"
enable_starttls_auto: true
port: "587"
user_name: "lms@demosite.com"
password: "*********"
authentication: "login" # plain, login, or cram_md5
domain: "gmail.com"
outgoing_address: "lms@demosite.com"
default_name: "Instructure Canvas"
Hi, @hello9 Welcome to the Canvas Community! The discussion under which you've posted was part of a presentation at InstructureCon 2017. Are you looking for assistance with a self-hosted Canvas instance? If so, please re-post your question to the Canvas Developers group where it will gain the attention of your peers. You might need to join the group first; to do that, navigate to the group home page and select Join Group from the Actions dropdown at the upper right of the page.
I solved it with Sendgrid. Gmail was not setup correctly/blocking traffic and so I decided to switch to Sendgrid.
Hi @hello9,
I can't get it to work with Sendgrid either. Would you be willing to compare this configuration to your settings (that work)?
production:
address: "smtp.sendgrid.net"
port: "587" # Also tried 25 and 465
tls: "true" # Also tried false and completely omitting this line
user_name: "api"
password: "SG..."
authentication: plain
domain: "mydomain.tld"
outgoing_address: "canvas@mydomain.tld"
default_name: "My Institution"
Thanks!
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in