I have a problem with new user e-mails arriving still encrypted. New users can register and they do receive an e-mail, but it is still encrypted as such: Any ideas on where the missing link might be? also, i am using civicrm, so it is possible the problem is between drupal and civicrm. is anyone else having this problem?

Dear %username,

Thank you for registering at %site. You may now log in to %login_uri
using the following username and password:

username: %username
password: %password

You may also log in by clicking on this link or copying and pasting it
in your browser:

%login_url

This is a one-time login, so it can be used only once.

After logging in, you will be redirected to %edit_uril so you can
change your password.

Comments

brenda003’s picture

In my install of 5.1 the variables are !username, rather than %username, so that may be your problem. Try changing them to exclamation points?

sadnan’s picture

If you are using druapal 4.7 version then definitely brenda's solution will not work.

I faced the same problem, if u r using fckeditor then try to see source code of your content and make sure it's free from html tags.

gracearoha’s picture

It works!
That's strange because i had reset the email to use the "!" previously and it didn't work, but now it does.

Thanks!