Parameters
| Name | Type | Mode |
|---|---|---|
| to_addresses | text[] | IN |
| subject | text | IN |
| message | text | IN |
| from_name | text | IN (DEFAULT NULL) |
Send email via sp_send_message (centralized messaging system). Original hardcoded SMTP credentials removed for security.
| Name | Type | Mode |
|---|---|---|
| to_addresses | text[] | IN |
| subject | text | IN |
| message | text | IN |
| from_name | text | IN (DEFAULT NULL) |