Is important to send email enable the user to insert hyperlinks to different parts of the same image, without cut the image and assign links to individual's parts, because this affect visualization.
This example show example but is require that end user can do it in the user interface.
<img src="some-image.jpg" usemap="#image_map">
<map name="image_map">
<area alt="Google" title="Google" href="https://www.google.com/" coords="142,1131,493,1239" shape="rect">
<area alt="Microsoft" title="Microsoft" href="https://www.microsoft.com/es-co" coords="608,1133,957,1239" shape="rect">
</map>