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

Everything else that doesn't fall into one of the other PB categories.
loulou2522
Enthusiast
Enthusiast
Posts: 557
Joined: Tue Oct 14, 2014 12:09 pm

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

Post 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
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

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

Post by Dude »

loulou2522
Enthusiast
Enthusiast
Posts: 557
Joined: Tue Oct 14, 2014 12:09 pm

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

Post by loulou2522 »

This isn't the same problem because PBMAIL works with GMAIL (i try it) but not with smtp.bbox.fr
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

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

Post 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!
Fred
Administrator
Administrator
Posts: 18396
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

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

Post 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.
loulou2522
Enthusiast
Enthusiast
Posts: 557
Joined: Tue Oct 14, 2014 12:09 pm

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

Post 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
User avatar
holzhacker
Enthusiast
Enthusiast
Posts: 125
Joined: Mon Mar 08, 2010 9:14 pm
Location: "Mens sana in corpore sano"
Contact:

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

Post 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.
Greetings and thanks!

Romerio Medeiros
romerio@gmail.com
Post Reply