User Registration email

revert-70aa11f8
manoj 10 years ago
parent d81ca8c194
commit 382b876f7f

@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "Notifications")
@XmlRootElement(name = "NotificationMessage")
public class NotificationMessages {
private String header;

@ -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>
Loading…
Cancel
Save