こんにちは、 http://fsymbols.com/all/ウェブサイトのテキスト シンボルの 1 つを私の coldfusion cfmail の件名に入れたいのですが、どうすればよいですか? この投稿の指示に従いましたColdFusion cfmail special characters in subject line and doesn't works for I think these symbols? はさみ ✂ 記号を使用していますが、メールを受信すると ✠に変換されます
提案または助けてください。
<cfset strSubject="✂#qrynotify.EmailSubject#">
<cfset strSubject=ToBase64(strSubject, "utf-8")>
<cfmail from="test@tesy.com" to="#qrynotify.Email#"
subject="=?utf-8?B?#strSubject#?="
server="localhost" type="html" charset="utf-8">#qrynotify.EmailContent#</cfmail>