The same problem here.
Sockets enabled.
Any other idea?
api/v1/Email/action/sendTestEmail does not exist
Collapse
X
-
I believe a lost email can be found if you select All filter in list view.Leave a comment:
-
Thanks this is working now! Is there a way to preserve the mail you composed in case an error occurs? At this moment, it works like this:
What I would like to see:Code:compose mail > click send > sending... > error > input screen is already gone so mail is lost.
Code:compose mail > click send > sending... > error > input screen still there with mail intact so that we can copy it or save it somehow and retry later.
Leave a comment:
-
I seem to have the same problem. I wanted to send a test mail but it gave me a error 500 could not open socket.
I tried to connect to an external SMTP server, via SSL port 465 with username/password combo.
Also, a directory listing shows nothing.Code:Espo.ERROR: Display Error: Could not open socket, Code: 500 URL: /api/v1/Email/action/sendTestEmail [] []
But that seems to be an expected return? I have lots of other programs that successfully send mail over smtp. How to debug this?Code:$> ls api/v1/ index.php portal-access/ web.config
Leave a comment:
-
I don't know where is the problem. Maybe your server/provider blocks something. Maybe SMTP server blocks your requests (for example Google Mail does it by default, need to disable in Google Settings).Leave a comment:
-
api/v1/Email/action/sendTestEmail does not exist
Hello everyone,
EspoCRM seems to be a nice tool that I decided to use. Installation actually seemed to be fine. But when I tried to setup my outgoing email account I receive the error "500 Could not connect to socket" when I sent a test mail.
Sending a test email seems to trigger a POST request to mycrm/api/v1/Email/action/sendTestEmail. But this folder doesn't exist on my server.
Does anyone know where the problem is and can provide a solution.
Thanks
MartinTags: None

Leave a comment: