openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2cad3797a2f2792bc605a1184a7c2f023e619b2a
parent 19a53bd63b59cd37862d4fca0be60d790abf913a
Author: dankert <devnull@localhost>
Date:   Wed, 11 Apr 2007 22:02:01 +0200

Neue Einstellung: header_encoding

Diffstat:
config/mail.ini.php | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/config/mail.ini.php b/config/mail.ini.php @@ -24,3 +24,11 @@ signature="http://www.openrat.de" ; 1=Highest, 2=High, 3=Normal, 4=Low, 5=Lowest ; Hint: Most MUAs ignore this header. priority=3 + + +; Non-7-bit-chars are not allowed in Mailheaders (see RFC 822, 2045, 2047) +; and must be encoded. Openrat supports 3 types of encoding: +; 'Quoted-printable' (default), +; 'Base64' +; '' (blank) no encoding. +header_encoding="Quoted-printable"+ \ No newline at end of file