update-smtp-config
Modify SMTP configuration settings such as host, port, username, password, and security options for the SMTP MCP Server, ensuring seamless email delivery with updated parameters.
Instructions
Update an existing SMTP configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | No | SMTP host | |
id | Yes | ID of the SMTP configuration to update | |
isDefault | No | Whether this configuration should be the default | |
name | No | Name of the SMTP configuration | |
pass | No | SMTP password | |
port | No | SMTP port | |
secure | No | Whether to use secure connection (SSL/TLS) | |
user | No | SMTP username |