The SMTP connector supports the use of SSL connections against servers that require an extra layer of security. The SSL type of connection will vary depending on the type supported by your SMTP server, you can refer to the article "SMTP over SSL" where these details are described.
Sometimes you need for the client-side to honor a certain version of TLS while interacting with the SMTP server, this can be achieved through the use of the property "mail.smtp.ssl.protocols" provided by the JavaMail API.
<property key="mail.smtp.ssl.protocols" value="TLSv1.2"/>
<smtp:outbound-endpoint connector-ref="SMTP_Config" host="yourHost" port="yourPort" user="yourUser" password="yourPassword" to="destination" from="source" responseTimeout="10000" subject="emailSubject" mimeType="text/plain" doc:name="SMTP"> <property key="mail.smtp.starttls.enable" value="true"/> <property key="mail.smtp.ssl.protocols" value="TLSv1.2"/> </smtp:outbound-endpoint>
001115296

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.