New User Verification Email Issue

When I create a new profile, the verification email does not have a link. It is all plain text that looks exactly like below. Has anyone else experienced this issue?
Thanks,
Dan

 

Hello, Dan.

Please verify your email address by clicking on the link below:

Verify email address

                    
                
                
                    About us
  • 751
  • More
Replies (1)
    • It was a bug when during editing language key and or email template all tags was stripped. 

      So I would suggest to try to restore it to the default by editing '_sys_et_txt_body_confirmation' language key in Studio > Polyglot > Keys.

      Enter the following code for the language key value:

      {email_header}
      <p>Hello, {name}.</p>
      <p>Please verify your email address by clicking on the link below:</p>
      <p><a href="{conf_link}">Verify email address</a></p>
      {email_footer}

      Login or Join to comment.