Error on sending mail in V1.3

2012-09-12 Thread heohni
Hi, I just discovered a problem when trying to send an email with V.1.3. It was working quite well in the past, I just found the error by chance: I get these errors: *Warning* (2) javascript:void(0);: array_map() [http://php.net/function.array-map]: Argument #2 should be an array

Re: Error on sending mail in V1.3

2012-09-12 Thread Jeremy Burns | Class Outfit
Try setting bcc to array('xxx'). Jeremy Burns Class Outfit http://www.classoutfit.com On 12 Sep 2012, at 12:35:50, heohni heidi.anselstet...@consultingteam.de wrote: Hi, I just discovered a problem when trying to send an email with V.1.3. It was working quite well in the past, I just

Re: Error on sending mail in V1.3

2012-09-12 Thread heohni
I just want to add that the mentioned lines are if (!empty($this-cc)) { $headers['cc'] = implode(', ', array_map(array($this, '_formatAddress'), $this-cc)); } if (!empty($this-bcc) $this-delivery != 'smtp') { $headers['Bcc'] = implode(', ', array_map(array($this, '_formatAddress'),