Mandrill ValidationError

后端 未结 7 2520
花落未央
花落未央 2021-02-20 06:51

Very excited to be asking my first question on StackOverflow. I\'ve been relying on it to teach myself quite a lot over the years!

My question is this. I am getting the

相关标签:
7条回答
  • 2021-02-20 07:23

    Bansi's answer worked for Dan B, but if someone else is having the same issue is good to check if the content have special characters (accents,umlauts,cedillas,apostrophes,etc). If that's the case the solution could be to utf8 encode the text:

    $content = utf8_encode('<p>Greetings from Bogotá, Colombia. Att:François</p>');
    
    0 讨论(0)
提交回复
热议问题