identity-dashboard
identity-dashboard copied to clipboard
ActionMailer is used in several places, but SMTP_SETTINGS is not actually set
In EC2 environments, the SMTP_SETTINGS are not actually set to any meaningful values. So we may want to either fix the SMTP configuration so it points at a real mail server or remove the UserMailer calls that are attempting to send email.