GET api/Helper/SendEmailMessageOnly?to={to}&subject={subject}&template={template}&text={text}&from={from}&fromName={fromName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
to

string

Required

subject

string

Required

template

string

Required

text

string

Required

from

string

Required

fromName

string

Required

Body Parameters

None.

Response Information

Resource Description

SuccessText
NameDescriptionTypeAdditional information
result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": "sample string 1"
}

text/html

Sample:
{"result":"sample string 1"}

application/xml, text/xml

Sample:
<CommonModels.SuccessText xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Api.Models">
  <result>sample string 1</result>
</CommonModels.SuccessText>