0

PHP では、PHPMailer 5.2.4 を使用して電子メールを送信していますが、Hotmail で非常に奇妙な問題が発生しています (他の電子メール リーダーは完全に動作します)。

送信される電子メールには、次のようなリンクが含まれてい ます。

Outlook (およびその他の電子メール リーダー) では、リンクは正しいです: http://www.noticenter.com.br/index.php?modulo=noticias&caderno=geral%c2%acicia=01343-avioes-fabricados-em-sc- participam-de-feira-nos-eua

しかし、Hotmail では 、 「%c2%」の代わりに「¬」が表示されます em-sc-participam-de-feira-nos-eua

これは、電子メールを送信するために使用しているコードです。

    $content = 'Link: <a href="http://www.noticenter.com.br/?modulo=noticias&caderno=geral&noticia=01343-avioes-fabricados-em-sc-participam-de-feira-nos-eua">http://www.noticenter.com.br/?modulo=noticias&caderno=geral&noticia=01343-avioes-fabricados-em-sc-participam-de-feira-nos-eua</a>';

    $mail = new phpmailer();
    $mail->SMTPDebug = 0;
    $mail->Host = emailServerNews_Host;
    $mail->Mailer = emailServerNews_Mailer;
    $mail->SMTPAuth = emailServerNews_Authentication;
    $mail->Username = emailServerNews_Username;
    $mail->Password = emailServerNews_Password;
    $mail->Port = emailServerNews_Port;

    $mail->From = 'email@domain';
    $mail->FromName = utf8_encode($title);
    $mail->Body = utf8_encode($content);
    $mail->AltBody = "HTML";
    $mail->Subject = '=?UTF-8?B?'.base64_encode($subject).'?=';
    $mail->AddReplyTo('email@domain');
    $mail->CharSet = "UTF-8";
    $mail->AddAddress($email, utf8_encode($name));
    if($mail->Send() == true){
        $ErrorInfo = $mail->ErrorInfo;
        return true;
    }else{
        $ErrorInfo = $mail->ErrorInfo;
        return false;
    }
4

1 に答える 1

0

新しい hotmail (outlook webmail) の PHPMailer から太字でリンクしてアクセスします。

http://www.noticenter.com.br/?modulo=noticias&caderno=propaganda-marketing %c2%a cicia=01334-propague-lanca-livro-sobre-os-seus-50-anos-de-historia

このリンク ショーにマウスを 合わせると、次のようになります。 -脱歴史

PHPMailer() からのデバッグ:

PHPMailer オブジェクト

(

[Priority] => 3
[CharSet] => UTF-8
enter code here
[ContentType] => multipart/alternative
[Encoding] => 8bit
[ErrorInfo] => 
[From] => name@domain
[FromName] => Noticenter - A sua fonte de informação e negócios em Santa Catarina
[Sender] => 
[ReturnPath] => 
[Subject] => =?UTF-8?B?VGVzdGUgTGluaw==?=
[Body] => Link: <a href="http://www.noticenter.com.br/?modulo=noticias&caderno=propaganda-marketing&noticia=01334-propague-lanca-livro-sobre-os-seus-50-anos-de-historia" style="color:#545454!important;text-decoration:none"><font face="Trebuchet MS" size="4" color="#545454" style="line-height: 22px; font-size: 20px;">Propague lança livro sobre os seus 50 anos de história</font></a><br>
[MIMEHeader:protected] => Date: Fri, 29 Mar 2013 18:23:03 -0300

リターンパス: name@domain

名付ける

From: =?UTF-8?Q?Noticenter_-_A_sua_fonte_de_informa=C3=A7=C3=A3o_e_neg=C3=B3cio?= =?UTF-8?Q?s_em_Santa_Catarina?=

返信先: 名前@ドメイン

件名: =?UTF-8?B?VGVzdGUgTGluaw==?= メッセージ ID:

Xプライオリティ: 3

X-Mailer: PHPMailer 5.2.4 ( http://code.google.com/a/apache-extras.org/p/phpmailer/ )

MIME バージョン: 1.0

コンテントタイプ: マルチパート/オルタナティブ; 境界="b1_ee5bcdb787b4b63212cee74d72b2c699"

[mailHeader:protected] => 
[WordWrap] => 0
[Mailer] => smtp
[Sendmail] => /usr/sbin/sendmail
[UseSendmailOptions] => 1
[PluginDir] => 
[ConfirmReadingTo] => 
[Hostname] => 
[MessageID] => 
[MessageDate] => 
[Host] => localhost
[Port] => 25
[Helo] => 
[SMTPSecure] => 
[SMTPAuth] => 
[Username] => 
[Password] => 
[AuthType] => 
[Realm] => 
[Workstation] => 
[Timeout] => 10
[SMTPDebug] => 1
[Debugoutput] => echo
[SMTPKeepAlive] => 
[SingleTo] => 
[SingleToArray] => Array
    (
    )

[LE] => 

[DKIM_selector] => 
[DKIM_identity] => 
[DKIM_passphrase] => 
[DKIM_domain] => 
[DKIM_private] => 
[action_function] => 
[Version] => 5.2.4
[XMailer] => 
[smtp:protected] => SMTP Object
    (
        [SMTP_PORT] => 25
        [CRLF] => 

        [do_debug] => 1
        [Debugoutput] => echo
        [do_verp] => 
        [Timeout] => 10
        [Timelimit] => 30
        [Version] => 5.2.4
        [smtp_conn:SMTP:private] => 0
        [error:SMTP:private] => 
        [helo_rply:SMTP:private] => 
    )

[to:protected] => Array
    (
        [0] => Array
            (
                [0] => name@domain
                [1] => name
            )

    )

[cc:protected] => Array
    (
    )

[bcc:protected] => Array
    (
    )

[ReplyTo:protected] => Array
    (
        [name@domain] => Array
            (
                [0] => name@domain
                [1] => 
            )

    )

[all_recipients:protected] => Array
    (
        [name@domain] => 1
    )

[attachment:protected] => Array
    (
    )

[CustomHeader:protected] => Array
    (
    )

[message_type:protected] => alt
[boundary:protected] => Array
    (
        [1] => b1_ee5bcdb787b4b63212cee74d72b2c699
        [2] => b2_ee5bcdb787b4b63212cee74d72b2c699
        [3] => b3_ee5bcdb787b4b63212cee74d72b2c699
    )

[language:protected] => Array
    (
    )

[error_count:protected] => 0
[sign_cert_file:protected] => 
[sign_key_file:protected] => 
[sign_key_pass:protected] => 
[exceptions:protected] => 

)

于 2013-03-30T01:00:14.907 に答える