Indra Hertanto

Results 1 comments of Indra Hertanto

Hi @djonmayer, @iammichiel, Try this configuration. in `play.mailer.props` `ssl.protocols = "TLSv1.2"` or `ssl.protocols = "TLSv1.3"` in conf: ``` play { mailer { props { ssl.protocols = "TLSv1.2" } } }...