Changeset 5148 in subversion
- Timestamp:
- Aug 30, 2011 4:16:50 AM (21 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r5132 r5148 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.
