|
msiSendMail |
( |
msParam_t * |
xtoAddr, |
|
|
msParam_t * |
xsubjectLine, |
|
|
msParam_t * |
xbody, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Sends email
- Module:
- core
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2008-05
- Note:
- This microservice sends e-mail using the mail command in the unix system. No attachments are supported. The sender of the e-mail is the unix user-id running the irodsServer.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | xtoAddr | - a msParam of type STR_MS_T which is an address of the receiver. |
[in] | xsubjectLine | - a msParam of type STR_MS_T which is a subject of the message. |
[in] | xbody | - a msParam of type STR_MS_T which is a body of the message. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- An e-mail sent to the specified recipient.
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 46 of file mailMS.c.
|