Setting up Email service on Oracle 9i [message #683904] |
Thu, 04 March 2021 00:26  |
 |
rfcl
Messages: 7 Registered: March 2021
|
Junior Member |
|
|
We have oracle 9i database and we wish to send an email to a person using oracle database procedure. We have google g-suite email package for emails facility. Please tell me how to set up procedure to send email. also tell what configuration we have to make on the server for sending email.
|
|
|
Re: Setting up Email service on Oracle 9i [message #683905 is a reply to message #683904] |
Thu, 04 March 2021 00:36   |
 |
Michel Cadot
Messages: 68417 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
Welcome to the forum.
Please read the OraFAQ Forum Guide and How to use [code] tags and make your code easier to read.
Indent the code, use code tags and align the columns in result.
Also always post your Oracle version, with 4 decimals (query v$version), as often solution depends on it.
You can find many procedures to send a mail in Oracle 9i, search for UTL_SMTP here or on Google.
Of course, you need a SMTP server which can be private (search for "smtp server" to download one if you have none) or public (like gmail one, but in this case you most likely need to have authentication credentials).
[Updated on: Thu, 04 March 2021 00:45] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|