Changeset 6603
- Timestamp:
- 06/25/12 11:35:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox/webservice/api/rest/mail/SendResource.php
r6489 r6603 19 19 $params['input_replyto'] = $this->getParam("msgReplyTo"); 20 20 $params['body'] = $this->getParam("msgBody"); 21 $params['type'] = 'textplain';21 $params['type'] = $this->getParam("msgType") ? $this->getParam("msgType") : "plain"; 22 22 23 23 $returncode = $this->getImap()->send_mail($params);
Note: See TracChangeset
for help on using the changeset viewer.