mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
User Registration email
This commit is contained in:
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.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
import javax.xml.bind.annotation.XmlRootElement;
|
||||||
|
|
||||||
@XmlRootElement(name = "Notifications")
|
@XmlRootElement(name = "NotificationMessage")
|
||||||
public class NotificationMessages {
|
public class NotificationMessages {
|
||||||
|
|
||||||
private String header;
|
private String header;
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<Notifications>
|
<Notifications>
|
||||||
<Notifications type="enrol">
|
<NotificationMessage type="enrol">
|
||||||
<Header>Dear {title} {first-name},</Header>
|
<Header>Dear {title} {first-name},</Header>
|
||||||
<Body>You have been registered to the WSO2 MDM. Below is the link to enroll.</Body>
|
<Body>You have been registered to the WSO2 MDM. Below is the link to enroll.</Body>
|
||||||
<Url>{downloadUrl}</Url>
|
<Url>{downloadUrl}</Url>
|
||||||
@ -28,8 +28,8 @@
|
|||||||
http://www.wso2.com
|
http://www.wso2.com
|
||||||
</Footer>
|
</Footer>
|
||||||
<Subject>Enrol your device with WSO2 MDM</Subject>
|
<Subject>Enrol your device with WSO2 MDM</Subject>
|
||||||
</Notifications>
|
</NotificationMessage>
|
||||||
<Notifications type="userRegistration">
|
<NotificationMessage type="userRegistration">
|
||||||
<Header>Dear {title} {first-name},</Header>
|
<Header>Dear {title} {first-name},</Header>
|
||||||
<Body>You have been registered to WSO2 MDM with following credentials.
|
<Body>You have been registered to WSO2 MDM with following credentials.
|
||||||
Username: {user-name}
|
Username: {user-name}
|
||||||
@ -43,5 +43,5 @@
|
|||||||
http://www.wso2.com
|
http://www.wso2.com
|
||||||
</Footer>
|
</Footer>
|
||||||
<Subject>Enrol your device with WSO2 MDM</Subject>
|
<Subject>Enrol your device with WSO2 MDM</Subject>
|
||||||
</Notifications>
|
</NotificationMessage>
|
||||||
</Notifications>
|
</Notifications>
|
||||||
Loading…
Reference in New Issue
Block a user