3.2

Table Of Contents
Configuring the Server Event Manager
268
SendMail
The SendMail action is configured with the following XML block:
<Action Name=”SendMail”>
<Parameter Name=”SenderMachine”>
SERVERMACHINE
</Parameter>
<Parameter Name=”RCPTList”>
administrator@mydomain.com, info@mydomain.com
</Parameter>
<Parameter Name =”SenderAddress”>
ServerExecutionUser@mydomain.com
</Parameter>
<Parameter Name=”SMTPServer”>
123.123.123.123
</Parameter>
</Action>
The “SenderMachine” parameter specifies the name of the machine on which the server resides.
The “RCPTList” parameter contains a comma separated list of valid e-mail addresses. These
addresses should receive an e-mail whenever the server performs an action.
The “SenderAddress” parameter contains the e-mail address of the sender (the Server Execution
User). The sender should act as the originator of the sent e-mail.
Make sure the mail server is aware of the username and password of this account (usually a
domain account). If the mail server is not aware of this account, it might reject the e-mail
request.
The “SMTPServer” parameter contains a valid IP address of the mail server to which the mail is
to be sent.