

# EmailConfiguration
<a name="API_EmailConfiguration"></a>

Contains the configuration information of email notifications.

## Contents
<a name="API_EmailConfiguration_Contents"></a>

 ** from **   <a name="iotevents-Type-EmailConfiguration-from"></a>
The email address that sends emails.  
If you use the AWS IoT Events managed AWS Lambda function to manage your emails, you must [verify the email address that sends emails in Amazon SES](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html).
Type: String  
Required: Yes

 ** recipients **   <a name="iotevents-Type-EmailConfiguration-recipients"></a>
Contains the information of one or more recipients who receive the emails.  
You must [add the users that receive emails to your IAM Identity Center store](https://docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html).
Type: [EmailRecipients](API_EmailRecipients.md) object  
Required: Yes

 ** content **   <a name="iotevents-Type-EmailConfiguration-content"></a>
Contains the subject and message of an email.  
Type: [EmailContent](API_EmailContent.md) object  
Required: No

## See Also
<a name="API_EmailConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotevents-2018-07-27/EmailConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-2018-07-27/EmailConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-2018-07-27/EmailConfiguration) 