I'm writing a script to keep the DirectAdmin account and Message System email address up to date from another source (WHMCS), and I seem to be unable to find an API call that tells me what is currently stored in DirectAdmin for the Message System email.
The account email I can get with
Anyone have any insights in this?
The account email I can get with
CMD_API_SHOW_USER_CONFIG
, and I can set the Message System email address with CMD_API_TICKET
. However, reading through e.g. https://www.directadmin.com/features.php?id=515 and testing various API calls, I can't find any way to find the current address.Anyone have any insights in this?
