Previous Topic

Next Topic

Book Contents

EMailToGroup(GroupID,Subject,Msg)

EMailToGroup is for internal Oracle use only.

Sends email to the members of a specified query group, signature group, or user manager group defined in the study database.

Arguments

GroupID

Internally assigned database ID of the query group, signature group, or user manager group to receive the email.

Subject

String containing the subject of the email.

Msg

String containing the text of the email message.

Note: The GroupID argument identifies the recipient of the email. The following registry entry specifies the sender (the From address): HKLM/SOFTWARE/OracleHS/InForm/PFMngrExecutionPlan. The entry is a string value named "FromAddress". The default is "nobody@Oracle.com".

Send Feedback