tami: Mail, UTF8 und Sonderzeichen

Beitrag lesen

hi tami,

hi ziegenpeter,

oder http://forum.de.selfhtml.org/archiv/2014/5/t217437/#m1493705 und bezüglich UTF8: http://framework.zend.com/manual/1.12/de/zend.mail.character-sets.html

bzw.
http://framework.zend.com/manual/2.0/en/modules/zend.mail.message.html
"By default, the Message class assumes ASCII encoding for your email. If you wish to use another encoding, you can do so; setting this will ensure all headers and body content are properly encoded using quoted-printable encoding.

$message->setEncoding("UTF-8");  

~~~"  
  
mfg  
  
tami