wisemapping-open-source/wise-webapp/src/main/resources/mail/confirmationMail.vm

29 lines
755 B
Plaintext
Raw Normal View History

2009-06-07 20:59:43 +02:00
<html>
<body>
<h3>Welcome to WiseMapping!</h3>
2012-06-14 04:04:29 +02:00
2009-06-07 20:59:43 +02:00
<p>
2012-06-14 04:04:29 +02:00
To active your account and verify your e-mail address, please click on the following link.
2009-06-07 20:59:43 +02:00
</p>
2012-06-14 04:04:29 +02:00
<a href="${emailcheck}">${emailcheck}</a>
2009-06-07 20:59:43 +02:00
</p>
<p>
2012-06-14 04:04:29 +02:00
If you have received this mail by error, you do not need to take any action to cancel the account. The account will
2012-06-20 18:28:45 +02:00
not be activated, and you will not receive any further emails.
2009-06-07 20:59:43 +02:00
</p>
2012-06-14 04:04:29 +02:00
2009-06-07 20:59:43 +02:00
<p>
2012-06-14 04:04:29 +02:00
If clicking the link above does not work, copy and paste the URL in a new browser window instead.
2009-06-07 20:59:43 +02:00
</p>
2012-06-14 04:04:29 +02:00
2009-06-07 20:59:43 +02:00
<p>
2012-06-14 04:04:29 +02:00
For questions or concerns regarding your account, send us an email to support@wisemapping.com.
2009-06-07 20:59:43 +02:00
</p>
2012-06-14 04:04:29 +02:00
2009-06-07 20:59:43 +02:00
<p>
2012-06-14 04:04:29 +02:00
Cheers, <br/>
The WiseMapping Team.
<a href="http://www.wisemapping.com">WiseMapping Site</a>
2009-06-07 20:59:43 +02:00
</p>
</body>
2012-06-14 04:04:29 +02:00
</html>