Minor fix on email adrress on mail.
parent
34acc83582
commit
33f228c30c
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</p>
|
||||
|
||||
<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>
|
||||
<div>
|
||||
</body>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue