Maison > développement back-end > tutoriel php > Sendcloud的x_smtpapi具体如何定义?

Sendcloud的x_smtpapi具体如何定义?

WBOY
Libérer: 2016-06-06 20:45:42
original
1443 Les gens l'ont consulté

正在用搜狐的Sendcloud发邮件,用x_smtpapi定义收件人。文档严重不足……和客服试了几次都不行。代码:

<code>    $recipient = "'123456@qq.com', '789011@qq.com'";
    $title = $this->input->post('title');
    $body = $this->input->post('body');
    $x_smtpapi = json_encode(array(
        "to" => $recipient));

    $data=
    array(
    'api_user'=>'postmaster@conglinwang.sendcloud.org',
    'api_key' =>'XXXX',
    'from'=>'xxxx',
    'fromname'=>'xxxxx',
    'subject'=>$title,
    'html'=>$body,
    'x_smtpapi'=>$x_smtpapi
    );
</code>
Copier après la connexion
Copier après la connexion

报错为:{"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 = "'123456@qq.com', '789011@qq.com'";
    $title = $this->input->post('title');
    $body = $this->input->post('body');
    $x_smtpapi = json_encode(array(
        "to" => $recipient));

    $data=
    array(
    'api_user'=>'postmaster@conglinwang.sendcloud.org',
    'api_key' =>'XXXX',
    'from'=>'xxxx',
    'fromname'=>'xxxxx',
    'subject'=>$title,
    'html'=>$body,
    'x_smtpapi'=>$x_smtpapi
    );
</code>
Copier après la connexion
Copier après la connexion

报错为:{"message":"error","errors":["Parameter x-smtpapi is not a valid json stringjava.lang.String cannot be cast to net.sf.json.JSONArray"]}

大牛们看看。谢了!

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal