Parameter | Value | Example value |
---|---|---|
domain_id | Unique domain ID. Retrieve with DomainsListSingle Parameter is required |
45221 |
Parameter | Value | Example value |
---|---|---|
success | command executed successfully | 0 = error 1 = command executed successfully |
command_response_message | Error Only sent when value parameter success = 0 |
incorrect password |
total_count | Total amount e-mail accounts. Only sent when value parameter success = 1 |
20 |
email_id_X | Unique e-mail account/forwarder ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
type_x | 'email' or 'forwarder'. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
|
forward_to_X | Forward destination address when type = 'forwarder'. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 and email = 'forwarder' |
versio@email.com |
echo $versio['email_id_'.$teller]; ?> | echo $versio['type_'.$teller]; ?> | echo $versio['forward_to_'.$teller]; ?> |