If you just need to jam it in there:
HTMLtag = "</body>";
myText = "Please follow this link:</br><a href=...";
strrep(emailHTML, HTMLtag, myText + HTMLtag);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!