update_email_config
Update email configuration by specifying inbound and outbound server hosts, ports, credentials, and SSL flags, with an option to reuse the same settings for both.
Instructions
Update 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 |