# CreateEmailRequest
## Properties
**from_email_name** | Option<**String**> | The email name portion of the sending email address. <br/>e.g.: `from_email_name=info` will send from info@example.com | [optional]
**subject** | Option<**String**> | The subject of the email. | [optional]
**body** | Option<**String**> | The body of the email. | [optional]
**email_address_id** | Option<**String**> | The ID of the email address to send to. | [optional]
**template_slug** | Option<**String**> | The slug of the template to use for sending this email | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)