What is the code for placing text links within the body of emails. I would like to be able to have text links (ie: 'click here') instead of http:// ..... I would like to be able to do this without sending email in html format if possible. Thanks!
You can only have links in HTML enabled emails. Just write an anchor tag. example: <a href="http://www.yourwebsite.com/">Click Here or whatever you want, www.site.com, etc.</a>