DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Email with PDF attachment

  1. #1
    Join Date
    Dec 2000
    Posts
    6

    Question

    I would like to send a pdf file as a email attachment from PL/SQL.
    How do I go about it ??

  2. #2
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Hi,

    Maybe if you look for the utl_smtp package from pl/sql.

    Hope this helps

    Angel

  3. #3
    Join Date
    Sep 2001
    Posts
    15
    This is very easy with PSP_Mail. You can take a look at it by downloading a trial copy from http://www.dpsp-yes.com. PSP_Mail is built around UTL_SMTP and provides a simple interface for attaching LOBs/BFILEs to the message, to send mail directly to the mail server of recipient and more.

    hth.
    Victor
    www.dynamicpsp.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width