<html> <body> <table cellpadding="10" style="max-width:600pt; background-color: #B6D0E7; font-family: Arial, Helvetica, Sans-Serif; font-size: 11pt;"> <tr> <td colspan="2">Dear {User.Surname}</p></td> </tr> <tr> <td width="20pt"></td> <td style="background-color: #FFFFFF;"> <p>Your aqua-account was created. Please start your aqua client and enter your username and password:<p/> <table> <tr> <td>Username:</td> <td><b>{User.Username}</b></td> </tr> <tr> <td>Password:</td> <td><b>{Password}</b></td> </tr> <tr> <td>Server:</td> <td><b>localhost</b> (only needed by first login)</td> </tr> </table> <p>For questions or problems, please contact the User Service (Tel.: 1500 or email <a href="mailto:helpdesk@host.de">helpdesk@host.com</a>).</p> </td> </tr> <tr> <td colspan="2">Your aqua-installation</td> </tr> </table> </body> </html> |
<html> <body> <table cellpadding="10" style="max-width:600pt; background-color: #B6D0E7; font-family: Arial, Helvetica, Sans-Serif; font-size: 11pt;"> <tr> <td colspan="2">Dear {User.Surname}</p></td> </tr> <tr> <td width="20pt"></td> <td style="background-color: #FFFFFF;"> <p>Your password was reseted. Your new credentionals are:<p/> <table> <tr> <td>Username:</td> <td><b>{User.Username}</b></td> </tr> <tr> <td>Password:</td> <td><b>{Password}</b></td> </tr> </table> <p>For questions or problems, please contact the User Service (Tel.: 1500 or email <a href="mailto:helpdesk@host.de">helpdesk@host.com</a>).</p> </td> </tr> <tr> <td colspan="2">Your aqua-installation</td> </tr> </table> </body> </html> |