Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This documentation is a work in progress and will be completed before the public 7.1 release.

See the Avalon 7.1 release notes for more information.

...

Anchor
configchanges
configchanges
Config changes

Old settingNew settingNote

email:
  mailer:

    smtp:
      address: 'mail-relay.iu.edu'
      port: 587
      enable_starttls_auto: false

email:
  mailer: :smtp  # or aws_sdk if using Amazon SES
  config:
    address: mail-relay.university.edu
    port: 25
    enable_starttls_auto: false


Upgrade Steps

For Manual Installations

...