HTML compliant
mboudey - October 27, 2008 - 19:58
| Project: | tellafriend |
| Version: | 5.x-2.7 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Will you make this module HTML compliant for sending emails?
Thanks
Michael

#1
Could you explain a little more what you mean
#2
He probably means that the emails are not sent in HTML, i was just about to make a post about it.
The messages are sent as one long string of plain text with no line-breaks and links are not clickable. When using it on my site, the received email is as follows:
"Personal Message: I found this great web site, which you should really check out! ---------------------- You are invited to check out MYSITE at http://www.mysite.com Sincerely, admin - admin@mysite.com
Very ugly and unprofessional looking, and the link to the site not being clickable is a huge problem
#3
So is there a way to make the site link clickable before i uninstall this module??
#4
Yes, there is, you can use html in the footer, something like:
<a href="!sitelink">!sitename</a>I would also recommend using the mime mail module. (http://drupal.org/project/mimemail)
This module has an option which will enable html on *all* your email messages send by drupal and will give you some additional styling options.
However, tell-a-friend should offer some more options to customize the email. Currently, the linebreak (-----------) is not themeable/translatable as a string. See function tellafriend_page_submit();