Page 1 of 1

Can't send mail with SSL/TLS on port 587

Posted: Sat Oct 31, 2015 7:12 pm
by loulou2522
HI fred,
I can't send mail with smtp.bbox.fr on port 587 with SSL/TLS protocol
This parameter works with cdont but not with PB mail
THanks in advance to seee

Re: Can't send mail with SSL/TLS on port 587

Posted: Sun Nov 01, 2015 2:03 am
by Dude

Re: Can't send mail with SSL/TLS on port 587

Posted: Sun Nov 01, 2015 9:00 am
by loulou2522
This isn't the same problem because PBMAIL works with GMAIL (i try it) but not with smtp.bbox.fr

Re: Can't send mail with SSL/TLS on port 587

Posted: Fri Nov 13, 2015 9:58 pm
by RichAlgeni
loulou2522 wrote:This isn't the same problem because PBMAIL works with GMAIL (i try it) but not with smtp.bbox.fr
Now I can't be exactly sure these are any of the issues you are encountering, but maybe you can try them?
  • 1. Create a console process where you try to open port 25 or port 587 without SSL/TLS, print a message to the console if the socket connects.

    The reason I mention this is that some ISP's now block SMTP access to all but the biggest email servers. In my case, Verizon FiOS does this. I have to 'relay' my mail by using my FiOS credentials, and sending the email through the FiOS servers. I can explain this more if needed.

    2. Try sending to port 25 or port 587 without SSL/TLS, and see if your process works.

    3. Try sending to port 465, using SSL/TLS, and see if your process works.
If not, we'll have to think of something else!

Re: Can't send mail with SSL/TLS on port 587

Posted: Mon Nov 16, 2015 4:31 pm
by Fred
I don't think we can do anything. You can still try by using the libcurl directly and see if it output some useful error, but as it works with GMail/SSL I don't think there is a misconfiguration in the libcurl call.

Re: Can't send mail with SSL/TLS on port 587

Posted: Tue Nov 17, 2015 9:25 am
by loulou2522
Fred wrote:I don't think we can do anything. You can still try by using the libcurl directly and see if it output some useful error, but as it works with GMail/SSL I don't think there is a misconfiguration in the libcurl call.
When i use cdont object there is no problem to send the mail

Re: Can't send mail with SSL/TLS on port 587

Posted: Tue Nov 17, 2015 4:38 pm
by holzhacker
Friends,

The google (Gmail and Google Apps) is blocking less secure application connections.

It sends an e-mail alert informing the attempted login blocked. You should go in gmail settings and activate the option: Allow less secure applications: ENABLED

https://myaccount.google.com/security#connectedapps

Then goes on to send no major problems, there the same in my account on my domain google apps.