Unable to get Email
To All,
I am Configuring Workflow Java Notification Mailer With Oracle Applications having R12.0.6 I test it by
Select 'Test Mailer' button but unable to get any mail I do the below troubleshooting steps.
1)select recipient_role,notification_id,status,mail_status from wf_notifications where recipient_role like '&user_name';
( i found same name as i provide in test mail)
2)SELECT email_address, nvl(WF_PREF.get_pref(name, 'MAILTYPE'), notification_preference)
FROM wf_roles
WHERE name = '&recipient_role';
(I found same email address which i define in user defination)
3) I check the given Service Components.
Workflow Deferred Agent Listener
I am Configuring Workflow Java Notification Mailer With Oracle Applications having R12.0.6 I test it by
Select 'Test Mailer' button but unable to get any mail I do the below troubleshooting steps.
1)select recipient_role,notification_id,status,mail_status from wf_notifications where recipient_role like '&user_name';
( i found same name as i provide in test mail)
2)SELECT email_address, nvl(WF_PREF.get_pref(name, 'MAILTYPE'), notification_preference)
FROM wf_roles
WHERE name = '&recipient_role';
(I found same email address which i define in user defination)
3) I check the given Service Components.
Workflow Deferred Agent Listener
0