Merge branch '6.0.x'

This commit is contained in:
Sam Brannen
2023-05-24 16:57:30 +02:00
2 changed files with 84 additions and 134 deletions

View File

@@ -200,7 +200,7 @@ public class JavaMailSenderImpl implements JavaMailSender {
* Set the mail server port.
* <p>Default is {@link #DEFAULT_PORT}, letting JavaMail use the default
* SMTP port (25).
*/
*/
public void setPort(int port) {
this.port = port;
}