Hi,
I am trying to email my report (developer6.0.5.28.0), using Report builder.
the email system we are using is Lotus Notes 5.0.3 !!!
any idea on how to do the setup ????
thanks,
Printable View
Hi,
I am trying to email my report (developer6.0.5.28.0), using Report builder.
the email system we are using is Lotus Notes 5.0.3 !!!
any idea on how to do the setup ????
thanks,
Notes can act as an SMTP mail system.
If done, you can use dbms_smtp to mail things from the db.
There are also a lot of utilitilies you can use to send mail using an SMTP mail system. ( eg. Blat on NT, sendmail on unix )
Hope this helps
Gert