|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<Notifications>
|
|
|
|
|
<Notifications type="enrol">
|
|
|
|
|
<NotificationMessage type="enrol">
|
|
|
|
|
<Header>Dear {title} {first-name},</Header>
|
|
|
|
|
<Body>You have been registered to the WSO2 MDM. Below is the link to enroll.</Body>
|
|
|
|
|
<Url>{downloadUrl}</Url>
|
|
|
|
@ -28,8 +28,8 @@
|
|
|
|
|
http://www.wso2.com
|
|
|
|
|
</Footer>
|
|
|
|
|
<Subject>Enrol your device with WSO2 MDM</Subject>
|
|
|
|
|
</Notifications>
|
|
|
|
|
<Notifications type="userRegistration">
|
|
|
|
|
</NotificationMessage>
|
|
|
|
|
<NotificationMessage type="userRegistration">
|
|
|
|
|
<Header>Dear {title} {first-name},</Header>
|
|
|
|
|
<Body>You have been registered to WSO2 MDM with following credentials.
|
|
|
|
|
Username: {user-name}
|
|
|
|
@ -43,5 +43,5 @@
|
|
|
|
|
http://www.wso2.com
|
|
|
|
|
</Footer>
|
|
|
|
|
<Subject>Enrol your device with WSO2 MDM</Subject>
|
|
|
|
|
</Notifications>
|
|
|
|
|
</NotificationMessage>
|
|
|
|
|
</Notifications>
|