Hi, the SMTP I'm using to send email uses a secured connection, how I can do that in the configuration to allow secured connection (ssl, tsl) as this option is not there is service center?
Hi Abeer,
There's no need for any configuration. If the SMTP server can use a secure connection, the Platform will automatically use that.
Kilian Hekhuis wrote:
Yes Thanks, it works fine after several tries.
Great to hear! All modern SMTP implementations support (and use) the STARTTLS command to initiate a secure transfer, so there's no need to configure it explicitly. In the past, a different port was used for secure communication (465 instead of 25), but this is no longer officially supported. Port 25 (the default if not explicitly specified) should be used of possible.