paraworld.actionfeed.sendEmail

Description

使用系统服务邮箱发送电子邮件

Parameters

Required Name Type Description
required to string 以英文逗号(,)分隔的EMail集合
title string 邮件标题
body string 邮件正文
optional isBodyHtml boolean 邮件正文是否为HTML格式。默认值为true

Example Return XML

<msg xmlns="">
        <isSuccess type="boolean">True</isSuccess>
</msg>

Error Codes

当发生异常时,返回数据中会有一个“errorCode”节点,该节点记录了错误码。0:无异常 500:未知错误 499:提供的数据不完整 498:非法的访问 497:数据不存在或已被删除 496:未登录

Test Cases

case 1

Input:

{

        ["isBodyHtml"]="true",

        ["title"]="HELLO WORLD",

        ["to"]="md-111111@163.com,caoyongfeng0214@gmail.com",

        ["body"]="this is a test email",

}

Result:

{

       ["isSuccess"]=true,

}
Topic revision: r2 - 2008-05-26 - CaoYF
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback