SeunMatt / mysql-backup4j

mysql-backup4j is a library for programmatically exporting mysql databases and sending the zipped dump to email, Amazon S3, Google Drive or any other cloud storage of choice
MIT License
124 stars 71 forks source link

Adding protocols properties to EmailService. #23

Closed sgroh closed 1 year ago

sgroh commented 2 years ago

Allows specify an specific SSL protocol like = TLSv1.2

sgroh commented 2 years ago

This PR fix the issue #23 @SeunMatt

sgroh commented 2 years ago

I forgot to mention that I found this issue using the yahoo SMTP since gmail will stop working with the less security option at the end of current month.