mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
Experimental- fix multiple attachment problem, add sig before attachments, fix Message-Boundary placement
This commit is contained in:
parent
586b5cf483
commit
cc9b7f8b35
@ -76,12 +76,14 @@
|
|||||||
}
|
}
|
||||||
$header .= 'X-Mailer: phpGroupWare (http://www.phpgroupware.org)'."\n";
|
$header .= 'X-Mailer: phpGroupWare (http://www.phpgroupware.org)'."\n";
|
||||||
|
|
||||||
|
/* // moved to email/send_message.php
|
||||||
if ($phpgw_info['user']['preferences']['email']['email_sig'] && $attach_sig)
|
if ($phpgw_info['user']['preferences']['email']['email_sig'] && $attach_sig)
|
||||||
{
|
{
|
||||||
//$body .= "\n-----\n".$phpgw_info['user']['preferences']['email']['email_sig'];
|
//$body .= "\n-----\n".$phpgw_info['user']['preferences']['email']['email_sig'];
|
||||||
$get_sig = $this->sig_html_to_text($phpgw_info['user']['preferences']['email']['email_sig']);
|
$get_sig = $this->sig_html_to_text($phpgw_info['user']['preferences']['email']['email_sig']);
|
||||||
$body .= "\n-----\n" .$get_sig;
|
$body .= "\n-----\n" .$get_sig;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (ereg('Message-Boundary', $body))
|
if (ereg('Message-Boundary', $body))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user