summaryrefslogtreecommitdiff
path: root/program/lib/Mail/mime.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-09-30 22:04:50 +0000
committerthomascube <thomas@roundcube.net>2005-09-30 22:04:50 +0000
commit968bdc7c90f718560b84eb3b7e8e1d02cf4270f3 (patch)
treea97784b62efac5215dc1cd71ea6b9a53aa753d8e /program/lib/Mail/mime.php
parent15fee7b8dd9991c798e6b3eeb9f98cd34e8153fc (diff)
Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class
Diffstat (limited to 'program/lib/Mail/mime.php')
-rw-r--r--program/lib/Mail/mime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Mail/mime.php b/program/lib/Mail/mime.php
index 48bd5f5c0..6b3a992b0 100644
--- a/program/lib/Mail/mime.php
+++ b/program/lib/Mail/mime.php
@@ -119,7 +119,7 @@ class Mail_mime
$this->_build_params = array(
'text_encoding' => '7bit',
'html_encoding' => 'quoted-printable',
- 'header_encoding' => 'quoted-printable',
+ 'head_encoding' => 'quoted-printable',
'7bit_wrap' => 998,
'html_charset' => 'ISO-8859-1',
'text_charset' => 'ISO-8859-1',