Active
Project:
tellafriend
Version:
5.x-2.7
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
27 Oct 2008 at 19:58 UTC
Updated:
14 Dec 2023 at 07:31 UTC
Will you make this module HTML compliant for sending emails?
Thanks
Michael
Comments
Comment #1
thierry_gd commentedCould you explain a little more what you mean
Comment #2
problue solutionsHe 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
Comment #3
problue solutionsSo is there a way to make the site link clickable before i uninstall this module??
Comment #4
askibinski commentedYes, 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();
Comment #5
esclapes commentedsubscribing
Comment #6
beauz commentedsubscribing