26

Re: can't send mail through PHP PEAR Mail

ehm, i'm having problems sending HTML email with lines longer than 70 characters.

from my iRedMail domain, i can only send using PHP's internal mail() function, and only with word-wrapped content at 70 characters max line length..

this means that HTML tags are not correctly interpreted.. sad

all other forms of transmission attempt result in mail not received, they're all bounced at best.

see https://github.com/nicerapp/nicerapp/bl … ctions.php for more details..

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

27

Re: can't send mail through PHP PEAR Mail

oops! i was pushing the data through a filter upon reading it.. when not dealing with imap mail content *parts*, you shouldn't do that.. github content in functions.php has been updated! smile