Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {!Community_Url}
  2.  
  3. <messaging:emailTemplate subject="Forgot Password"
  4. recipientType="User" relatedToType="Community">
  5. <messaging:htmlemailbody >
  6.  
  7. <p>
  8. Dear {!recipient.Firstname },
  9. </p>
  10.  
  11. <p>
  12. Your password has been reset for {!relatedTo.Name}.
  13. </p>
  14.  
  15. <p>
  16. Go to: {!$Network.NetworkUrlForUserEmails}
  17. </p>
  18.  
  19. </messaging:htmlemailbody>
  20. </messaging:emailTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement