Send Mail Error

Questions and answers on how to get the most out of FFAStrans
Post Reply
taurojo
Posts: 32
Joined: Mon Dec 19, 2016 2:44 pm

Send Mail Error

Post by taurojo »

Hi,

I would like to be able to send emails, but I keep getting this error.

I have tried ports 25,587,465 and 587. With and without SSL.
With two different users.

The SMTP server seems ok.
I have tested it with : https://www.gmass.co/smtp-test

And it sends the mail correctly.

My error:"code":"80020009"

Code: Select all

{"created":"2021-01-27T12:35:52.800-01.00","host":"CASPARCG","pid":916,"node":{"id":"20210127-1138-3039-8e49-328f769bf81e","type":"other_email"},"split_id":"1-6-6","event":"FFAStrans_Proc_Error","type":"error","data":{"description":"Error de transporte en la conexión al servidor.","windescription":"Ocurrió una excepción.\r\n","number":"80020009","lastdllerror":0,"scriptline":-1,"source":"CDO.Message.1","helpfile":"","helpcontext":"other_httpsend_sys"}},
{"created":"2021-01-27T12:35:52.858-01.00","host":"CASPARCG","pid":916,"node":{"id":"20210127-1138-3039-8e49-328f769bf81e","type":"other_email"},"split_id":"1-6-6","event":"node end","type":"error","data":{"code":"80020009","msg":"Error de transporte en la conexión al servidor."}},
taurojo
Posts: 32
Joined: Mon Dec 19, 2016 2:44 pm

Re: Send Mail Error

Post by taurojo »

I go to test:

PowerShell -Command "& {Send-MailMessage -Subject 'Test PowerShell not Ssl' -Body 'Test Body PowerShell' -From 'adelpino@informaciontv.es' -To 'adelpino@informaciontv.es' -SmtpServer 'smtp.informaciontv.es' -port "25" }"

And send OK!!!
But not send from FFASTRANS use port 25 and NOT ssl:

Code: Select all

{"created":"2021-01-27T13:27:16.358-01.00","host":"CASPARCG","pid":1112,"node":{"id":"20210127-1138-3039-8e49-328f769bf81e","type":"other_email"},"split_id":"1-6-6","event":"http","type":"trace","data":{"server":"stmp.informaciontv.es","name":"CONVERSOR","from":"adelpino@informaciontv.es","to":"adelpino@informaciontv.es","subject":"TESTEANDO ANDO","body":"jhgkgkgl\r\nkjglgkjh\r\n","cc":"","bcc":"","user":"adelpino@informaciontv.es","port":25,"ssl":false}},
{"created":"2021-01-27T13:27:16.415-01.00","host":"CASPARCG","pid":1112,"node":{"id":"20210127-1138-3039-8e49-328f769bf81e","type":"other_email"},"split_id":"1-6-6","event":"FFAStrans_Proc_Error","type":"error","data":{"description":"Error de transporte en la conexión al servidor.","windescription":"Ocurrió una excepción.\r\n","number":"80020009","lastdllerror":0,"scriptline":-1,"source":"CDO.Message.1","helpfile":"","helpcontext":"other_httpsend_sys"}},
{"created":"2021-01-27T13:27:16.475-01.00","host":"CASPARCG","pid":1112,"node":{"id":"20210127-1138-3039-8e49-328f769bf81e","type":"other_email"},"split_id":"1-6-6","event":"node end","type":"error","data":{"code":"80020009","msg":"Error de transporte en la conexión al servidor."}},
emcodem
Posts: 1652
Joined: Wed Sep 19, 2018 8:11 am

Re: Send Mail Error

Post by emcodem »

Dear taurojo,

thats a bad situation because on one hand it basically means that the smtp server is really not connectable, on the other hand you say powershell has no problem to connect.
Can you please confirm that you use the EXACT same hostname in powershall as you configured in ffastrans email settings?
emcodem, wrapping since 2009 you got the rhyme?
taurojo
Posts: 32
Joined: Mon Dec 19, 2016 2:44 pm

Re: Send Mail Error

Post by taurojo »

Same name :(
emcodem
Posts: 1652
Joined: Wed Sep 19, 2018 8:11 am

Re: Send Mail Error

Post by emcodem »

Dear taurojo,
sorry to bring the bad news but after some internal discussion we want you to wait about 2-3 weeks until the new release for 1.2 is out.
It is not guaranteed that the problem is solved then but as there were changes in this area, it is possible. Also the logging in this area was improved.

Hope you are ok with this.
emcodem, wrapping since 2009 you got the rhyme?
veks
Posts: 80
Joined: Fri Oct 25, 2019 6:51 am

Re: Send Mail Error

Post by veks »

Hi,
has this been solved?
As I'm trying right now to do the same, but I get the same error.
Solution?

Tnx!
emcodem
Posts: 1652
Joined: Wed Sep 19, 2018 8:11 am

Re: Send Mail Error

Post by emcodem »

Hey @veks,

please try the "email alert configuration" in webinterface admin section, it should spit out a much more detailed error message. Maybe you can post this error msg then here.
emcodem, wrapping since 2009 you got the rhyme?
veks
Posts: 80
Joined: Fri Oct 25, 2019 6:51 am

Re: Send Mail Error

Post by veks »

emcodem wrote: Mon Jan 30, 2023 12:09 pm Hey @veks,

please try the "email alert configuration" in webinterface admin section, it should spit out a much more detailed error message. Maybe you can post this error msg then here.
At just that moment we had a problem with our SMTP server, and now it works without a problem.
I didn't go through finding out why it wouldn't work with GMAIL...
Post Reply