CREATE OR REPLACE FUNCTION public.sendmail( p_from text, p_to text, p_subject text, p_content text) RETURNS void AS $BODY$
Asked
Active
Viewed 31 times
0
-
oracle code PROCEDURE send_error_mail IS UTL_MAIL.send(sender => 'donotreply@' || v_host_name, recipients => v_dist_list, subject => 'Partition ' message => 'Please query table') – yajun Apr 06 '21 at 16:44
-
there was a link posted about email from postgres, but the link does not work – yajun Apr 06 '21 at 16:44