Question
How can I create an e-mail using the API?
Answer
E-mails can be created using the add_pop UAPI call:
uapi --user=username Email add_pop email=user password=replace_me quota=0 domain=example.com skip_update_db=1
Make sure to replace the password with a secure password.
Documentation for this API call be found here:
UAPI Functions - Email::add_pop
Comments
0 comments
Article is closed for comments.