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
Can't send mail with SSL/TLS on port 587
-
loulou2522
- Enthusiast

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

- Posts: 557
- Joined: Tue Oct 14, 2014 12:09 pm
Re: Can't send mail with SSL/TLS on port 587
This isn't the same problem because PBMAIL works with GMAIL (i try it) but not with smtp.bbox.frDude wrote:See discussion: http://www.purebasic.fr/english/viewtop ... =4&t=62990
- RichAlgeni
- 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
Now I can't be exactly sure these are any of the issues you are encountering, but maybe you can try them?loulou2522 wrote:This isn't the same problem because PBMAIL works with GMAIL (i try it) but not with smtp.bbox.fr
- 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.
Re: Can't send mail with SSL/TLS on port 587
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

- Posts: 557
- Joined: Tue Oct 14, 2014 12:09 pm
Re: Can't send mail with SSL/TLS on port 587
When i use cdont object there is no problem to send the mailFred 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.
- holzhacker
- 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
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.
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.
