mailer_config_update
Set up or modify the custom SMTP sender for business invoices, receipts, and delivery notes. Configure host, port, encryption, and credentials; omit the password to keep the existing one.
Instructions
Create or update the organization's custom email sender (Business plan only). Invoices, receipts, and delivery notes to clients are then sent through this SMTP server from your own address. Omit the password on update to keep the saved one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SMTP host (e.g., "smtp.example.com") | |
| port | No | SMTP port (e.g., 587 for STARTTLS, 465 for SSL) | |
| enabled | No | Enable or disable the custom sender | |
| fromName | No | Display name for the sender | |
| password | No | SMTP password (omit to keep the saved one) | |
| username | No | SMTP username | |
| encryption | No | Connection encryption: "tls" (STARTTLS), "ssl" (implicit), or "none" | |
| fromAddress | No | From address (must be authorized on the SMTP server) |