getsmtpserversGets a list of SMTP servers from the account.
| Argument | Type | Required | Description |
|---|---|---|---|
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getsmtpservers &start=0 &limit=10
<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>
{
"records": "1",
"server": {
"id": "8",
"smtpserver": "test.com",
"smtpport": "25",
"status": "SMTP Ready",
"username": "test@test.com",
"password": "test",
"emailaddress": "test@test.com",
"usessl": "No"
}
}addsmtpserverAdds a SMTP Server for use in remote SMTP Campaigns
deletesmtpserverDelete SMTP Server given the id of the server
editsmtpserverEdit's a SMTP Server given the server id.
getclicklogsmtpGets the SMTP click log from a single email send API/quick send or the SMTP API
getopenlogsmtpGets the SMTP open log from a single email send API/quick send or the SMTP API
getresultsendsingleemailGets the result of the sendsingleemail api call or SMTP API
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.