Minor fix on email adrress on mail.

This commit is contained in:
Paulo Gustavo Veiga
2024-03-13 21:22:23 -07:00
parent 34acc83582
commit 33f228c30c
4 changed files with 3 additions and 11 deletions

View File

@@ -77,14 +77,6 @@ public final class MailerService {
}
}
public void setMailSender(JavaMailSender mailer) {
this.mailSender = mailer;
}
public void setVelocityEngineWrapper(VelocityEngineWrapper engine) {
this.velocityEngineWrapper = engine;
}
public String getSupportEmail() {
return supportEmail;
}