How to send email for user id and password creation on procedure based concurrent process.
Hi,
We have created a procedure for automatic user id and password creation. Based on that a concurrent program is created that when run, creates new user id and password. Now we want to send alert to user id and password to user's email.
Please note also I have created an event based alert, that is successfully sending emails for user and password, when user id and password is created manually.we want to use alert to send emails for custom procedure.