verifysingleemail

area listverifyaction verifysingleemailPOSTwrite

Allows you to verify an email address real time.

Returns: Valid -if the email is good.

Otherwise returns a message containing the status.

Arguments

ArgumentTypeRequiredDescription
emailstringYespass an email address as test@test.com
smtpverifyboolean (1 or 0)Noif set to 1 does a full smtp verify check default is 0
smtpreasonboolean (1 or 0)Noif set to 1 gives them smtp response only if smtpverify is set to 1
skipsuppressionboolean (1 or 0)Noif set to 1 skips suppression check default is 0

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=listverify
  &action=verifysingleemail
  &email=test@test.com
  &smtpverify=1
  &smtpreason=1

The platform expects this call as a POST; the parameters are the same either way.

Response

<response>
  <email>Valid</email>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.