Posted By

geekzspot on 11/29/12


Tagged


Versions (?)

Oracle send email


 / Published in: PL/SQL
 

Send a test email from Oracle database

  1. exec utl_mail.send(sender => 'no.reply@oracle_db.com', recipients => '[email protected]', subject => 'Testing UTL_MAIL', message => 'blah blah blah');

Report this snippet  

You need to login to post a comment.