Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
rain
New User
New User
Posts: 3
Joined: Sat Mar 15, 2025 1:19 am

Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Post by rain »

The function HTTPRequest() has #PB_HTTP_NoSSLCheck , which is sometimes needed to use.
The function SendMail() does not have an equivalent #PB_SMTP_NoSSLCheck provided, even when needed sometimes.

Any plans to make it available there as well?
:?:
Quin
Addict
Addict
Posts: 1128
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Post by Quin »

+1 for adding this
rain
New User
New User
Posts: 3
Joined: Sat Mar 15, 2025 1:19 am

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Post by rain »

It's a pity such a low hanging fruit didn't make it into PB6.21 Beta 10 yet,
while the list gets longer and longer:

#PB_SMTP_NoSSLCheck
#PB_IMAP_NoSSLCheck
#PB_POP3_NoSSLCheck
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Post by Fred »

We usually don't add new functions for bug fix release, unless it fix a bug. Why do want IMAP and POP3 constants ? PB doesn't support that.
Post Reply