/ Published in: PL/SQL
Send a test email from Oracle database
Expand |
Embed | Plain Text
exec utl_mail.send(sender => 'no.reply@oracle_db.com', recipients => '[email protected]', subject => 'Testing UTL_MAIL', message => 'blah blah blah');
You need to login to post a comment.
