GET api/connect/sendEmail?_from={_from}&_fromPwd={_fromPwd}&_Subject={_Subject}&_to={_to}&_message={_message}&_body={_body}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_from

string

Required

_fromPwd

string

Required

_Subject

string

Required

_to

string

Required

_subject

string

Required

_message

string

Required

_body

string

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>