Minor fix on email adrress on mail.

main
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() { public String getSupportEmail() {
return supportEmail; return supportEmail;
} }

View File

@ -28,7 +28,7 @@
</p> </p>
<p style="color: #898989;"> <p style="color: #898989;">
<a href="http://www.wisemapping.com">The WiseMapping Team</a><br/> <a href="https://www.wisemapping.com/">The WiseMapping Team</a><br/>
</p> </p>
</div> </div>
</div> </div>

View File

@ -22,7 +22,7 @@
</p> </p>
<p style="color: #898989;"> <p style="color: #898989;">
<a href="http://www.wisemapping.com">The WiseMapping Team</a><br/> <a href="https://www.wisemapping.com/">The WiseMapping Team</a><br/>
</p> </p>
<div> <div>
</body> </body>

View File

@ -34,7 +34,7 @@
</div> </div>
<p style="color: #898989;"> <p style="color: #898989;">
<a href="http://www.wisemapping.com">The WiseMapping Team</a><br/> <a href="https://www.wisemapping.com/">The WiseMapping Team</a><br/>
</p> </p>
</body> </body>
</html> </html>