To implement border radius in HTML emails, you can use inline CSS or embedded styles. Here's an example of how you can apply a border radius to a button:
In this example, the 'border-radius: 12px;' property creates a rounded corner for the button. You can adjust the radius value to make the corners more or less rounded.