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"