# # EmailRequestSmtp

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email_from** | **string** |  | [optional] [default to 'user@example.org']
**hello_name** | **string** |  | [optional] [default to 'localhost']
**proxy** | **string** | Versions - SOCKS4, SOCKS4A and SOCKS5. Format -  schema://username:password@host:port. | [optional]
**timeout_connection** | **float** | timeout creating smtp connection | [optional] [default to 5.0]
**timeout_response** | **float** | timeout of communication with smtp server | [optional]
**port** | **int** | smtp port remote server | [optional] [default to 25]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
