apex sending email from apex mail engine

begin
apex_mail.send(p_to => 'first@somedomain.com;second@somedomain.com',p_from => 'apex@someaddress.com',p_body => 'test message');
apex_mail.push_queue;
end;

Hiç yorum yok: