Commit 979b831c by Feanil Patel

Allow the edx server user to send e-mail.

parent efb03b09
...@@ -2007,7 +2007,10 @@ ...@@ -2007,7 +2007,10 @@
"Effect":"Allow", "Effect":"Allow",
"Action":[ "Action":[
"cloudformation:DescribeStackResource", "cloudformation:DescribeStackResource",
"s3:Put" "s3:Put",
"ses:SendEmail",
"ses:SendRawEmail",
"ses:GetSendQuota"
], ],
"Resource":"*" "Resource":"*"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment