add_email_config
Add a new email configuration by specifying inbound and outbound server details, credentials, and SSL settings.
Instructions
Add a new email configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| inbound_ssl | Yes | ||
| inbound_host | Yes | ||
| inbound_port | Yes | ||
| inbound_user | Yes | ||
| outbound_ssl | No | ||
| outbound_host | No | ||
| outbound_port | No | ||
| outbound_user | No | ||
| inbound_password | Yes | ||
| is_outbound_equal | Yes | ||
| outbound_password | No |