hello.
I downloaded a mimemail script from phpguru.org.
Was playing around with it and got it working.
Problems with the attachment.
IN Outlook express and outlook it shows all the submitted form values.But attachment comes funny - like encrypted:
....wefffwp;ortigj2q[epojrgp1984i5r[04bij[2erg
qergfuirhegpowiehrg[1oeihg[o2iernhvu9e1[0rig
ergptghnv2nb14ruhg[2erigh[2irhg[2eirghvyuerg...
Tried to recieve in hotmail - attachment works fine.
is it problem with mime class? Or my microsoft stuff.
now it is setted up like this in mime class
$this->build_params['html_encoding']= 'quoted-printable';
$this->build_params['text_encoding']= '7bit';
$this->build_params['html_charset']= 'iso-8859-1';
$this->build_params['text_charset']= 'iso-8859-1';
$this->build_params['text_wrap']= 998;
any ideas,thanks