mail-confirm now uses mailbody.skin instead of regConfirm.skin
This commit is contained in:
parent
0917a6c496
commit
3f474fa045
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function sendConfirmationMail() {
|
|||
mail.setFrom(getProperty("adminEmail"));
|
||||
mail.setTo(user.email);
|
||||
mail.setSubject("Welcome to Antville!");
|
||||
mail.setText(this.renderSkinAsString("regConfirm"));
|
||||
mail.setText(this.renderSkinAsString("mailbody"));
|
||||
mail.send();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue