getsmtpservers

area emailaction getsmtpserversGETread

Gets a list of SMTP servers from the account.

Arguments

ArgumentTypeRequiredDescription
startintegerNoStarting position
limitintegerNoNumber of records to return

Example request

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

Response

<response>
  <records>1</records>
  <server>
    <id>8</id>
    <smtpserver>test.com</smtpserver>
    <smtpport>25</smtpport>
    <status>SMTP 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.