Changeset 95192c6d in github
- Timestamp:
- Aug 30, 2011 4:16:50 AM (21 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
- Children:
- 8757f5b
- Parents:
- e639c5da
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
rda71783 r95192c6d 1654 1654 * @param array $mailto Array of recipient address strings 1655 1655 * @param array $smtp_error SMTP error array (reference) 1656 * @param string $body_file Location of file with saved message body (reference) 1656 * @param string $body_file Location of file with saved message body (reference), 1657 * used when delay_file_io is enabled 1657 1658 * @param array $smtp_opts SMTP options (e.g. DSN request) 1658 1659 * 1659 1660 * @return boolean Send status. 1660 1661 */ 1661 function rcmail_deliver_message(&$message, $from, $mailto, &$smtp_error, &$body_file , $smtp_opts=null)1662 function rcmail_deliver_message(&$message, $from, $mailto, &$smtp_error, &$body_file=null, $smtp_opts=null) 1662 1663 { 1663 1664 global $CONFIG, $RCMAIL;
Note: See TracChangeset
for help on using the changeset viewer.
