Skip to Main Content

APEX

APEX_UTIL.SUBMIT_FEEDBACK_FOLLOWUP not sending email, APEX_MAIL Package working

Dikay900May 25 2016 — edited May 26 2016

Hi there,

i would like to know if someone can confirm that this procedure is working for someone?

select workspace_id from apex_applications; -- get security id

/

execute apex_util.set_security_group_id(p_security_group_id =>XXXXXXXXXXXXXXX); -- set correct security id

/

EXECUTE APEX_MAIL.SEND('name@domain.de','name@domain.de','Bodytext',NULL,'Subjecttext',NULL,NULL,'name@domain.de');

EXECUTE APEX_MAIL.PUSH_QUEUE; -- mail sent - is working

/

EXECUTE APEX_UTIL.SUBMIT_FEEDBACK_FOLLOWUP (1, 'Followup text', 'name@domain.de'); -- no mail sent

SELECT * FROM APEX_MAIL_QUEUE; -- empty

Since the APEX_MAIL package is working as intented the SUBMIT_FEEDBACK_FOLLOWUP should work as well or am i wrong?

Regards,

Dikay900

This post has been answered by PMON on May 25 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 23 2016
Added on May 25 2016
2 comments
498 views