aws-games / cloud-game-development-toolkit

A collection of infrastructure as code templates and configurations for deploying game development infrastructure on AWS
https://aws-games.github.io/cloud-game-development-toolkit/
MIT No Attribution
39 stars 8 forks source link

Feature request: Ability to configure Swarm to send outgoing emails #375

Open keith-miller opened 4 weeks ago

keith-miller commented 4 weeks ago

Use case

We would like to be able to set up Swarm to be able to send outgoing emails from Swarm notifications. The instructions on how to set up Swarm for mail can be found here:

https://www.perforce.com/manuals/swarm/Content/Swarm/admin.email.html

Solution/User Experience

The Swarm Terraform module would set up Simple Email Service and then use it's configuration to set up Swarm email settings.

Found this SES TF module: https://github.com/cloudposse/terraform-aws-ses

Alternative solutions

The Swarm Terraform module would allow users to pass in email settings if they wanted to use their own email setup.