You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using getdomain() function of Zimbra API and it works well when I provide the domain name that exists in the mail server, but if I try and give a domain name that is not added in the mail server its gives me the following error message in laravel.
ServerException in RequestException.php line 113:
Server error: `POST https://mail.fisquare.net:7071/service/admin/soap` resulted in a `500 Server Error` response:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><change tok (truncated...)
This code works well when the domain exists but for a domain that is not in the mail server, I am getting the above exception. Can someone tell me if I am doing something wrong?
The text was updated successfully, but these errors were encountered:
I tried using getdomain() function of Zimbra API and it works well when I provide the domain name that exists in the mail server, but if I try and give a domain name that is not added in the mail server its gives me the following error message in laravel.
I am using the function as below :
This code works well when the domain exists but for a domain that is not in the mail server, I am getting the above exception. Can someone tell me if I am doing something wrong?
The text was updated successfully, but these errors were encountered: