sp_send_mail


Description

Send email via sp_send_message (centralized messaging system). Original hardcoded SMTP credentials removed for security.

Parameters

Name Type Mode
to_addresses text[] IN
subject text IN
message text IN
from_name text IN (DEFAULT NULL)

Definition