Previous Topic

Next Topic

Book Contents

EMailToInternetUser "EmailAddress,szSubject,szMsg"

Sends email to any email alias.

Arguments

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

Global.EMailToInternetUser "user@Oracle.com", "CRFUnLock", "Sending External User email when Unlock-CRF"

Send Feedback