正在用搜狐的Sendcloud发邮件,用x_smtpapi定义收件人。文档严重不足……和客服试了几次都不行。代码:
<code> $recipient = "'[email protected]', '[email protected]'"; $title = $this->input->post('title'); $body = $this->input->post('body'); $x_smtpapi = json_encode(array( "to" => $recipient)); $data= array( 'api_user'=>'[email protected]', 'api_key' =>'XXXX', 'from'=>'xxxx', 'fromname'=>'xxxxx', <mark style="color:transparent">来4源gaodaimacom搞#代%码*网</mark><code>搞代gaodaima码</code>'subject'=>$title, 'html'=>$body, 'x_smtpapi'=>$x_smtpapi );</code>
报错为:{“message”:”error”,”errors”:[“Parameter x-smtpapi is not a valid json stringjava.lang.String cannot be cast to net.sf.json.JSONArray”]}
大牛们看看。谢了!
回复内容:
正在用搜狐的Sendcloud发邮件,用x_smtpapi定义收件人。文档严重不足……和客服试了几次都不行。代码:
<code> $recipient = "'[email protected]', '[email protected]'"; $title = $this->input->post('title'); $body = $this->input->post('body'); $x_smtpapi = json_encode(array( "to" => $recipient)); $data= array( 'api_user'=>'[email protected]', 'api_key' =>'XXXX', 'from'=>'xxxx', 'fromname'=>'xxxxx', 'subject'=>$title, 'html'=>$body, 'x_smtpapi'=>$x_smtpapi );</code>
报错为:{“message”:”error”,”errors”:[“Parameter x-smtpapi is not a valid json stringjava.lang.String cannot be cast to net.sf.json.JSONArray”]}
大牛们看看。谢了!