This is my outgoing_mail.yml files If click on the forgot password link It is showing in the delayed_job.log My email is deliver got stuck please help me.
production:
address: "smtp.gmail.com"
port: "587"
user_name: "xxxxxx@gmail.com"
password: "password"
authentication: "plain" # plain, login, or cram_md5
domain: "domain_name.com"
outgoing_address: "xxxxxx@gmail.com"
default_name: "Instructure Canvas"