Hi everyone,
Trying to send emails without success, used 2 different emails accounts, always getting the "500 connection refused" error.
Info from the LOG:
[2019-06-17 08:36:28] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array ( [controller] => Email [action] => sendTestEmail ) , InputData: {"server":"mail.bluestreamstudios.com","port":465, "auth":true,"security":"SSL","username":"ata@blues treamstudios.com","password":null,"fromName":"**** *","fromAddress":"noreply@membros.algarvepromotion .pt","type":"outboundEmail","emailAddress":"vale.f ormoso@sapo.pt"} - Connection refused [] []
[2019-06-17 08:36:28] Espo.ERROR: Display Error: Connection refused, Code: 500 URL: /api/v1/Email/action/sendTestEmail [] []
Another one using a different account (gmail):
[2019-06-17 09:15:32] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array ( [controller] => Email [action] => sendTestEmail ) , InputData: {"server":"smtp.gmail.com","port":"465","auth":tru e,"security":"SSL","username":"membrosata@gmail.co m","password":"*****","fromName":"Mensagem de sistema Plataforma ATA","fromAddress":"noreply@membros.algarvepromoti on.pt","type":"outboundEmail","emailAddress":"info @bluestreamstudios.com"} - Connection refused [] []
[2019-06-17 09:15:32] Espo.ERROR: Display Error: Connection refused, Code: 500 URL: /api/v1/Email/action/sendTestEmail [] []
Trying to send emails without success, used 2 different emails accounts, always getting the "500 connection refused" error.
Info from the LOG:
[2019-06-17 08:36:28] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array ( [controller] => Email [action] => sendTestEmail ) , InputData: {"server":"mail.bluestreamstudios.com","port":465, "auth":true,"security":"SSL","username":"ata@blues treamstudios.com","password":null,"fromName":"**** *","fromAddress":"noreply@membros.algarvepromotion .pt","type":"outboundEmail","emailAddress":"vale.f ormoso@sapo.pt"} - Connection refused [] []
[2019-06-17 08:36:28] Espo.ERROR: Display Error: Connection refused, Code: 500 URL: /api/v1/Email/action/sendTestEmail [] []
Another one using a different account (gmail):
[2019-06-17 09:15:32] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array ( [controller] => Email [action] => sendTestEmail ) , InputData: {"server":"smtp.gmail.com","port":"465","auth":tru e,"security":"SSL","username":"membrosata@gmail.co m","password":"*****","fromName":"Mensagem de sistema Plataforma ATA","fromAddress":"noreply@membros.algarvepromoti on.pt","type":"outboundEmail","emailAddress":"info @bluestreamstudios.com"} - Connection refused [] []
[2019-06-17 09:15:32] Espo.ERROR: Display Error: Connection refused, Code: 500 URL: /api/v1/Email/action/sendTestEmail [] []
Comment