|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-05 00:33 UTC] sniper@php.net
[2004-08-19 12:35 UTC] john dot g at envent dot co dot za
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 03:00:01 2026 UTC |
Description: ------------ I use the SendMail() from the php.net (->alex@bartl.net). Till now it works fine, but now i updated the webserver to IIS5 on Win2k from IIS4 on NT4, and now the base64 encoding seems to work wrong (HTML and Attachment part). The SMTP Server is Linux. Mail will received with Outlook. I tried already to change the charset from iso-8859-1 to utf-8, but it doesn't becomes better. This problem i got only with Win2k/IIS5! Reproduce code: --------------- $TEXT="Hallo, this a test for my email program. Hallo, this a test for my email program. ....long text with breaks .... test for my email program. Hallo, this a test for my email program."; $HTML=false; if (SendMail( "phpmailer@definiens.com","PHP Apache Webmailer", //sender "topitz@definiens.com","Tiberius Opitz", //recipient "Testmail", //subject $TEXT,$HTML,$ATTM)) echo "Mail send successfull."; function SendMail($From,$FromName,$To,$ToName,$Subject,$Text,$Html,$AttmFiles){ ... see php.net } Expected result: ---------------- the script should send a mail with multipart data (text/html/attachment) and print a success message after sending. Actual result: -------------- I got the email abreviated, but with additional characters (wrong decoded)like: ܈^H[XZ[??ܘ[K?O... I've the same problem with attechments.