Schedule email in oracle

How to schedule an email in oracle reports?

Questions by gt.sanwaliyaji

Showing Answers 1 - 2 of 2 Answers

KARI

  • Oct 29th, 2011
 

UTL_MAIL:

type procedure in UTL_MAIL
1)SEND (send the message without attachment)

Code
  1. span style="color: #F00;">'karimuth@amazon.com',recipients=>'karimuthu.bala@gmail.com',message =>'HAPPY BIRTHDAY',subject => 'birthday wishes'



Code
  1. span style="color: #F00;">'karimuth@amazon.com',recipients=>'karimuthu.bala@gmail.com',message =>'HAPPY BIRTHDAY',subject => 'birthday wishes''text/html''oracle.gif''image/gif''oracle.gif'




3)SEND_ATTACH_VARCHAR2(for messages with text attachment)
Code
  1. span style="color: #F00;">'karimuth@amazon.com',recipients=>'karimuthu.bala@gmail.com',message =>'HAPPY BIRTHDAY',subject => 'birthday wishes''text/html''test.txt''text/plain''test.txt'


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions