sp_send_message


Parameters

Name Type Mode
msg_template text IN
params jsonb IN (DEFAULT NULL)
recipients text[] IN (DEFAULT NULL)
subject text IN (DEFAULT NULL)
message text IN (DEFAULT NULL)
sender_name text IN (DEFAULT NULL)
reply_to text IN (DEFAULT NULL)
cc text[] IN (DEFAULT NULL)
bcc text[] IN (DEFAULT NULL)
attach_data bytea IN (DEFAULT NULL)
attach_filename text IN (DEFAULT NULL)

Definition