EMail from Oracle [message #38643] |
Thu, 02 May 2002 22:06 |
Edwin Smal
Messages: 1 Registered: May 2002
|
Junior Member |
|
|
Hi there,
I'm looking for a way to send email from an Oracle Forms4.5 application.
Anyone out there who can provide the golden tip??
Thanx in advance
|
|
|
Re: EMail from Oracle [message #38653 is a reply to message #38643] |
Fri, 03 May 2002 07:36 |
oraboy
Messages: 97 Registered: October 2001
|
Member |
|
|
Well, if you can afford to do it from your server then you can use UTL_SMTP database package.
if you are very strong to have it in client end (forms) then try developing a JAVA BEAN which does this emailing stuff and call it BEAN from your FORMS ( I think forms 5.0 allows interaction of JAVABEANS )
I am not sure whether you can do this.. but worth trying. try using USEREXIT and call external program .
Regards
Oraboy
|
|
|