We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80ad62f + dd95887 commit 55a3709Copy full SHA for 55a3709
notify/aws_ses.sh
@@ -43,6 +43,7 @@ aws_ses_send() {
43
_err "Please specify your region and try again. see https://docs.aws.amazon.com/general/latest/gr/ses.html"
44
return 1
45
fi
46
+ _saveaccountconf_mutable AWS_SES_REGION "$AWS_SES_REGION"
47
48
#save for future use, unless using a role which will be fetched as needed
49
if [ -z "$_using_role" ]; then
0 commit comments