getsmtpbounceservers

area emailaction getsmtpbounceserversGETread

Get a list of bounce servers.

Arguments

ArgumentTypeRequiredDescription
startintegerNoStarting position
limitintegerNoNumber of records to return

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=getsmtpbounceservers
  &start=0
  &limit=10

Response

<response>
  <records>1</records>
  <server>
    <id>1</id>
    <serverhost>test.com</serverhost>
    <port>110</port>
    <status>POP Ready</status>
    <username>test@test.com</username>
    <password>test</password>
    <emailaddress>test@test.com</emailaddress>
    <usessl>No</usessl>
  </server>
</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.