Attachment using Oracle Email Utility. [message #63084] |
Wed, 08 September 2004 12:56 |
Aarthy
Messages: 2 Registered: September 2002
|
Junior Member |
|
|
Hi All,
We are sending mails from oracle using this email library.It's an
automated mail.
library email
name "mailer"
parameters (recpt string, from1 string, subject string, message string,
return int);
Same way , I need to send mails with pdf files attached.Is there any way to do that?
We need to send pdf files weekly.
Please let me know as this can be accomplished.
Thanks,
Aarthy
|
|
|
Re: Attachment using Oracle Email Utility. [message #63087 is a reply to message #63084] |
Wed, 08 September 2004 21:38 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
I don't know this Email Utility, but can you tell us from where you are trying to send attachments? From the database, from Forms. This library, is it a PL/SQL package, a java API,...? What version are you running?
For database related mail, I suggest you visit asktom and search there, a lot of useful info is provided.
MHE
|
|
|