EMailToInternetUser "EmailAddress,szSubject,szMsg"
Arguments
Sends email to any email alias.
EmailAddress
The email address of the InForm user to receive the email.
Subject
String containing the subject of the email.
Msg
String containing the text of the email message.
Note:
The EmailAddress 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".Example 2-24
Global.EMailToInternetUser "user@Oracle.com", "CRFUnLock", "Sending External User email when Unlock-CRF"
Parent topic: Execution plan objects and methods