Skip to content

Commit 38a0f58

Browse files
committed
Move note higher
1 parent 16f80d3 commit 38a0f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/actions/ses_send_email.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description: |-
66
Sends an email using Amazon SES.
77
---
88

9+
~> **Note:** `aws_ses_send_email` is in beta. Its interface and behavior may change as the feature evolves, and breaking changes are possible. It is offered as a technical preview without compatibility guarantees until Terraform 1.14 is generally available.
10+
911
# Action: aws_ses_send_email
1012

1113
Sends an email using Amazon SES. This action allows for imperative email sending with full control over recipients, content, and formatting.
1214

1315
For information about Amazon SES, see the [Amazon SES Developer Guide](https://docs.aws.amazon.com/ses/latest/dg/). For specific information about sending emails, see the [SendEmail](https://docs.aws.amazon.com/ses/latest/APIReference/API_SendEmail.html) page in the Amazon SES API Reference.
1416

15-
~> **Note:** `aws_ses_send_email` is in beta. Its interface and behavior may change as the feature evolves, and breaking changes are possible. It is offered as a technical preview without compatibility guarantees until Terraform 1.14 is generally available.
16-
1717
~> **Note:** All email addresses used must be verified in Amazon SES or belong to a verified domain. Due to the difficulty in testing, your help is important in discovering and reporting issues.
1818

1919
## Example Usage

0 commit comments

Comments
 (0)