By F3Martin on
Hi
I have my web finished but when I tested the User Registration, when I receive the confirmation email, the text all comes through with the html elments visible, such as
< /p>
I have tried re typing it in User Settings - Welcome message but still shows the html code
Any ideas how te get rid of this ?
Thanks
Martin
Comments
=-=
you may want to look into htmlmail.module and/or mimemail.module or other modules which give you the ability to send HTML in email. Though if using Drupal 7.x to build a production site is what you are doing you will have slim pickens as many modules haven't been fully ported/tested or released.
Thanks but those modules dont work for me...
Thanks, but those modules arent for Drupal 7. There must be a way to get rid of the HTML, I am not trying to do anything clever, just drop a line so it isnt all one massive parragraph...¿?
=-=
AFAICT, those fields you are filling out in administer -> user settings do not allow HTML by default. They allow variables. Which may explain why a default install uses no HTML in these fields and there are no input formats able to be used on these fields and why contrib modules have been developed to handle email required to be sent in HTML format.
_
As usual vm is quite right-- core doesn't support html email (which is why the contrib modules exist).