Page 1 of 1

Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Posted: Sat Mar 15, 2025 1:27 am
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?
:?:

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Posted: Sat Mar 15, 2025 2:16 am
by Quin
+1 for adding this

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Posted: Fri Jun 06, 2025 8:28 am
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

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

Posted: Fri Jun 06, 2025 8:44 am
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.