How to programatically create a new email account on a subdomain? #3137
Unanswered
jordanparker6
asked this question in
Q&A
Replies: 1 comment
-
Haraka is not a MSA. As such, there are no facilities to manage email addresses. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to create a new email account (e.g. @mydomain.com) on a HTTP request when some event happens on a backend API.
I can see the details for the address API here (https://haraka.github.io/core/Address/)
How would I use the Haraka API to interact with this?
Would I write a plugin that listens for HTTP requests?
Beta Was this translation helpful? Give feedback.
All reactions