Fix renamed function call
This commit is contained in:
parent
fddafd3857
commit
8f7e7408d4
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ class calendar_itip
|
|||
}
|
||||
|
||||
$message->headers($headers, true);
|
||||
$message->setTXTBody(rcube_message::format_flowed($mailbody, 79));
|
||||
|
||||
$message->setTXTBody(rcube_mime::format_flowed($mailbody, 79));
|
||||
|
||||
// finally send the message
|
||||
return rcmail_deliver_message($message, $headers['X-Sender'], $mailto, $smtp_error);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue