Contact form crashes outlook
Moderator: Thorsten
Contact form crashes outlook
When I send a form from the contact page it arrive without a 'from' field and this is crashing Outlook (but not Outlook Express) is there anything I can do to fix this? Is this known?
Hi,
did you entered an e-mail adress in the configuration?
bye
Thorsten
did you entered an e-mail adress in the configuration?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
I did - to get it to work I deleted these lines in sendmail.php
//* $additional_header = array();
//* $additional_header[] = 'MIME-Version: 1.0';
//* $additional_header[] = 'Content-Type: text/plain; charset='. $PMF_LANG['metaCharset'];
//* if (strtolower( $PMF_LANG['metaCharset']) == 'utf-8') {
//* $additional_header[] = 'Content-Transfer-Encoding: 8bit';
//* }
//* $additional_header = array();
//* $additional_header[] = 'MIME-Version: 1.0';
//* $additional_header[] = 'Content-Type: text/plain; charset='. $PMF_LANG['metaCharset'];
//* if (strtolower( $PMF_LANG['metaCharset']) == 'utf-8') {
//* $additional_header[] = 'Content-Transfer-Encoding: 8bit';
//* }
Hi,
okay... really strange bug... which version of Outlook do you use?
bye
Thorsten
okay... really strange bug... which version of Outlook do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist