send mail in forms 6i [message #80944] |
Mon, 16 December 2002 17:08 |
sergio m
Messages: 4 Registered: November 2002
|
Junior Member |
|
|
I need send mail by forms , but i can't, How i can use the UTL_SMTP package in forms ? because i compile a program unit and the system don't compile the UTL_SMTP.
Thanks
My english is not good, because i'm speak spanish.
|
|
|
Re: send mail in forms 6i [message #80950 is a reply to message #80944] |
Tue, 17 December 2002 04:14 |
Piyush Balan
Messages: 26 Registered: December 2002
|
Junior Member |
|
|
Hi Sergio,
I would advise u not to call UTL_SMTP Packages directly from forms. Instead, write a cover-up package in the database, which will acquire certain parameterized values from ur form, like the sender's name and id, receivers' mail ids, mail subject and the mail content and call this package in forms.
that's how i used it and it's working fine.
Regards,
Piyush Balan
Consultant
Comsoft Pte Ltd
Singapore
|
|
|