ahmed_optom
Registered User.
- Local time
- Today, 10:19
- Joined
- Oct 27, 2016
- Messages
- 93
I hope everyone is safe and well.
I currently use cdo to send emails within my front end. Works well, but some smtp servers / accounts require a tls secured connection
I have experimented with
config.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendtls").Value = True
However, it seems to make no difference.
is there a way to send emails within access that can connect with TLS?
thanks
I currently use cdo to send emails within my front end. Works well, but some smtp servers / accounts require a tls secured connection
I have experimented with
config.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendtls").Value = True
However, it seems to make no difference.
is there a way to send emails within access that can connect with TLS?
thanks