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

Not able to configure additional SMTP properties #22

Closed sgroh closed 2 months ago

sgroh commented 2 years ago

EmailService receive some properties like mail.smtp.auth, mail.smtp.starttls.enable, mail.smtp.host, mail.smtp.port, mail.smtp.ssl.trust but is not possible to setup neither mail.smtp.ssl.protocols nor mail.smtp.starttls.required.

sgroh commented 2 years ago

@SeunMatt I´ve created a PR to fix this. https://github.com/SeunMatt/mysql-backup4j/pull/23

SeunMatt commented 2 months ago

Code changes present in version 1.3.0