ColdFusion cfmail special characters in subject line

后端 未结 2 701
面向向阳花
面向向阳花 2021-01-05 23:49

Special characters in the subject line of the mail getting converted in to question marks or boxes.

I have tried to wrap the dynamic string of the subject line in UR

2条回答
  •  一向
    一向 (楼主)
    2021-01-06 00:36

    Also: add charset="utf-8" to the cfmail tag. If you are using utf-8 in the subject, you will probably also use it in the body.

提交回复
热议问题