Hello,
I have used /scripts/addpop in order to create an email. it works correctly but the issue with the cpanel itself, as the accounts list is not updated after the creation process. I have searched if there is something needs to be done after using /scripts/addpop but I couldn't figure it out.
Please note that i have tried to use the UAPI too but still same issue.
Listing emails using uapi:
---
apiversion: 3
func: list_lists
module: Email
result:
data: []
errors: ~
messages: ~
metadata:
transformed: 1
status: 1
However the email was created successfully:
---
apiversion: 3
func: add_pop
module: Email
result:
data: username+domain.com
errors: ~
messages:
- ''
metadata: {}
status: 1
I have used /scripts/addpop in order to create an email. it works correctly but the issue with the cpanel itself, as the accounts list is not updated after the creation process. I have searched if there is something needs to be done after using /scripts/addpop but I couldn't figure it out.
Please note that i have tried to use the UAPI too but still same issue.
Listing emails using uapi:
---
apiversion: 3
func: list_lists
module: Email
result:
data: []
errors: ~
messages: ~
metadata:
transformed: 1
status: 1
However the email was created successfully:
---
apiversion: 3
func: add_pop
module: Email
result:
data: username+domain.com
errors: ~
messages:
- ''
metadata: {}
status: 1
Last edited: