Configuring Email
Content Controller has the ability to send emails for certain events such as account licenses nearing their limits or password resets. To enable this support, you'll need to use some sort of SMTP service. You can use AWS SES, SendGrid, a Gmail account, or any other service that supports SMTP. We've had pretty good luck with SendGrid.
To configure email:
- Connect to your Ansible control server and navigate to the
ContentController-PublicDeploy
folder. - Edit
group_vars/content_controller.yml
and changeenable_emails: false
toenable_emails: true
. - Fill in the rest of the relevant options for your email provider and save it.
- Deploy Content Controller (see the Installation Guide).