sp_send_message


Description

สร้าง message ที่ authen ผ่าน msg.create_message – subject_suffix ต่อท้าย subject ของ template (NULL = ใช้ subject เดิม)

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)
subject_suffix text IN (DEFAULT NULL)

Definition