Stephane BARTHES
|
|
Which Alt-N products do you use? |
|
Most recent posts: Stephane BARTHES |
XML API for list management - 05:26am Mar 13, 2021 CDT -
Hello again (and thank you for the quick answers yesterday),
Now, that I know I can manage my list via the API, I tried to use a non administrative user account to run the API calls.
I have added the user as list administrator, and can manage the list from the web admin console. however, when trying with the API, I get a Domain does not exist or you do not have rights over it... |
XML API for list management - 10:03am Mar 12, 2021 CDT -
Ok, I found the answer to this question while browsing other xml api topics :
the (get) node must embed other nodes like (Details) or (Membership), and not simple strings.
I can now get the my users from a ML. |
XML API for list management - 02:32pm Mar 15, 2021 CDT -
Hello,
I am looking into using the XML API to update sime mailing lists from our ERP.
If I understood properly, the UpdateList service only adds or Remove users. So I need to request the list of users in the ML to remove them and add the ones that should be subscribed?.. |
Authentication-Result format in message headers - 11:53pm Sep 23, 2020 CDT -
Thank you  |
Authentication-Result format in message headers - 11:53pm Sep 23, 2020 CDT -
Hello,
I am using dkim_verifier plugin for thunderbird to check dkim/spf/dmarc status of emails. This plugin can use the authentication header fields, but seem to have trouble with some email I get.
I logged the issue on the plugin github page (https://github.com/lieser/dkim_verifier/issues/213) and it seems mdaemon header does not match the expected format... |