<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   I am sending you my email address to join your mailing list. 
   <a href="mailto:ejohnson@seolibraries.org">ejohnson@seolibraries.org</a>
  </div>
  <div>
   <br>
  </div>
  <div>
   Thank you!
  </div>
  <div>
   Erin
  </div> 
 </body>
</html>