Personalization can be achieved using merge tags or dynamic content. For example, in many email platforms, you can use a placeholder like {{FirstName}} which will be replaced with the recipient's first name:
<p>Hello {{FirstName}},</p> <p>We have an exclusive offer just for you!</p>