Hi,
has anybody an idea, why mailattachments are not readable after sending through the mail() function of PHP4?
I have tried several very famous script for accomplishing the job (Richard Heyes HTML Mime Mail Class, Sascha Schumanns and Tobias Ratschillers Class mime_mail). All of them work fine with PHP3, but all produce corrupted attachments with PHP4.
I have also tried the PHP3 default setting for sendmail_path (only -t, not -t -i)
The programm authors don´t seem to replay my question. So I hope someone of you has a solution. Perhaps I forgot a configue option or so. My options are:
'--with-apxs' '--with-config-file-path=/etc/httpd' '--with-pspell' '--with-zlib' '--enable-ftp' '--with-gd=/usr/local' '--with-jpeg-dir=/usr/local/lib' '--with-tff-dir=/usr/lib' '--with-png-dir=/usr/lib' '--with-imap' '--with-ldap' '--with-mysql' '--enable-trans-sid' '--with-openssl' '--enable-sockets' '--with-regex=php' '--with-swf=/usr/local' '--enable-sysvsem=yes' '--enable-sysvshm=yes' '--enable-magic-quotes' '--enable-track-vars'
Thanks,
Rainer