I need to find a way how to send e-mails with dynamic content from my application in Java. In example:
Dear < Name > < Last name >, this is your new password < password >.
So when i send the mail the tags will change their values: < Name >= user's name, < Last name >=user's last name, < password >= user's password
So can somebody give me an advice or send me a link of some tutorial?