I'm a bit confused with the Scheduler and email.
I have a Procedure that sends an email, just a simple one for testing purposes. This procedure runs and works fine.
I can set up a Schedule to run the above mentioned procedure and it fails. I know the scheduler works because I can change the procedure code to (for example) update a field in a table and this is successful.
I think my problem lies with the EMAIL_SERVER and EMAIL_SENDER attributes of the scheduler.
I don't understand how the procedure can send email successfully from and SQL window, or a APEX page, but it can't do it from being scheduled.
Also, I'm not sure what the effect is if I set the scheduler attributes (EMAIL_SERVER and EMAIL_SENDER). Will this affect only emails sent by the scheduler? (ie, will I break anything)
Oracle 11.2
Application Express 4.2.6.00.03
I'm not dba. I am workspace owner.
Thanks,
NT