Re: Mail issues
> Notice: Only variable references should be returned by reference in /public_html/lib/webmail/htmlMimeMail.php on line 402
>
Copy to clipboard
/** > function &_addTextPart(&$obj, $text) { This one is a classic problem with new php release. Take away the & before _addTextPart