diff options
author | thomascube <thomas@roundcube.net> | 2007-06-12 19:05:59 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-06-12 19:05:59 +0000 |
commit | 95609c48f5f51a2a662d2b77d55aad6fae73a112 (patch) | |
tree | 61f50e583d4c3afbd764efae0e6b1235776cdd8f /program/steps/mail | |
parent | ba8336ae703dae3f27e5b472d109e8cdff809074 (diff) |
Minor bugfixes reported on the dev-list
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index 37b57e20e..929f3ed3f 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -333,7 +333,7 @@ if (!$savedraft) { // send message $smtp_response = array(); - $sent = smtp_mail($from, $a_recipients, $MAIL_MIME->txtHeaders($send_headers), $msg_body, $smtp_response); + $sent = smtp_mail($from, $a_recipients, ($foo = $MAIL_MIME->txtHeaders($send_headers)), $msg_body, $smtp_response); // log error if (!$sent) |