Call us toll free @ 888-497-7898

email - getresultsendsingleemail

Gets the result of the sendsingleemail api call or SMTP API


API Call Information
area: email
action: getresultsendsingleemail

API Arguments
Argument Data Type Required Description
id integer Yes id from the sending single api
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getresultsendsingleemail

API Result:
XML Response JSON Response
<response>
<id>6353678</id>
<email>test@test.com</email>
<sendstatus/>
<emailstatus>Blocked</emailstatus>
<emailtype>Quick Email</emailtype>
<debugreason>5.7.1 The IP address sending this message does not have a
5.7.1 PTR record setup. As a policy, Gmail does not accept messages from
5.7.1 IPs with missing PTR records. Please visit
5.7.1  https://support.google.com/mail/answer/81126#aut</debugreason>
<views>0</views>
<clicks>0</clicks>
<optout>0</optout>
<startdate>February 24, 2016, 09:25:03 am</startdate>
<enddate>February 24, 2016, 09:25:23 am</enddate>
</response>
{
    "id": "6353678",
    "email": "test@test.com",
    "sendstatus": "",
    "emailstatus": "Blocked",
    "emailtype": "Quick Email",
    "debugreason": "5.7.1 The IP address sending this message does not have a5.7.1 PTR record setup. As a policy, Gmail does not accept messages from5.7.1 IPs with missing PTR records. Please visit5.7.1  https://support.google.com/mail/answer/81126#aut",
    "views": "0",
    "clicks": "0",
    "optout": "0",
    "startdate": "February 24, 2016, 09:25:03 am",
    "enddate": "February 24, 2016, 09:25:23 am"
}