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.
1 parent 47af0de commit b1b9532Copy full SHA for b1b9532
index.rst
@@ -61,6 +61,7 @@ like the following. So you no longer need to pass ``--profile`` to
61
rds
62
route53
63
s3
64
+ ses
65
sns
66
sqs
67
wafv2
ses.rst
@@ -0,0 +1,13 @@
1
+SES
2
+===
3
+
4
+Send Mail
5
+---------
6
7
+.. code:: bash
8
9
+ aws ses send-email \
10
+ --to user@example.com \
11
+ --subject Howdy \
12
+ --html '<h1>Hello, Mate!</h1>' \
13
+ --from noreply@example.com
0 commit comments