POST register/SendEmail?mUsername={mUsername}&mPassword={mPassword}&mPort={mPort}&mHost={mHost}&mFrom={mFrom}&mTo={mTo}&mSubject={mSubject}&mBody={mBody}&IsHTML={IsHTML}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mUsername

string

Required

mPassword

string

Required

mPort

integer

Required

mHost

string

Required

mFrom

string

Required

mTo

string

Required

mSubject

string

Required

mBody

string

Required

IsHTML

boolean

Default value is False

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>