paraworld.email.Send

Description

登录用户向指定的用户发送一封EMAIL(指社区中的EMAIL,非真实的电子邮件),只有相关权限的管理员才可将一封EMAIL发给所有用户

Parameters

RequiredSorted ascending Name Type Description
optional to string 接收EMAIL的用户ID,多个用户ID之间用英文竖线分隔,不传此参数表示给所有用户发送
optional title string 标题
optional attachment string 附件
optional format int 返回的数据格式(0:XML 1:JSON),默认值为0
required sessionKey string 用户凭证。
required content string 内容

Example Return XML

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

Example Return JSON

{"isSuccess":true}

Error Codes

当发生异常时,返回数据中会有一个“errorCode”节点,该节点记录了错误码。

查看完整的Error Code

Test Cases

case 1

Input:

{

        

}

Result:

{

}
Topic revision: r1 - 2009-01-23 - CaoYF
 
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