Hello experts,
It's my second post to the forum. No luck with the first one. Anyways.
I have created a stored procedure that uses a cursor and fetches data from a database table(select * from table_x) and sends an email to all the users in that database table. However the problem is that it is not sending emails to all the recipients in the table just one recipient. I am using the UTL_SMTP package and for some reason it does not issue an email to all the users in the table. Does this package allow that? Also, the package seems like it does not send emails to external users but works in my company if it is an internal user. Any ideas again. Thanks experts.
It's my second post to the forum. No luck with the first one. Anyways.
I have created a stored procedure that uses a cursor and fetches data from a database table(select * from table_x) and sends an email to all the users in that database table. However the problem is that it is not sending emails to all the recipients in the table just one recipient. I am using the UTL_SMTP package and for some reason it does not issue an email to all the users in the table. Does this package allow that? Also, the package seems like it does not send emails to external users but works in my company if it is an internal user. Any ideas again. Thanks experts.