Hello Support and Forum Members,
When I want to reset my password, I receive an e-mail in response. There is also a link there that cannot be clicked. The user has to cut the link and paste it into a browser themselves.
I run another website with the same provider and when I reset the password in Wordpress, I get an email with a clickable link. (see picture)
I've tried a few things and haven't found a solution.
Even if I insert html code, only the plain text appears in the email.
Do you know a solution to the problem?
I would really be very grateful.
Greetings
Tebo
Ok, forgot that this url is managed by WordPress
you can use this way
<a href="[reset_password_url]">[reset_password_url]</a>
or use an email template like >> Email Template Designer – WP HTML Mail
<a href="[reset_password_url]">[reset_password_url]</a>
Unfortunately, it doesn't work either. (see picture)
Apparently the e-mail is not an HTML mail, but only plain text.
I am an idiot. That's right. I didn't even think about that. 🤣 🤣 🤣
Thank you very much for your quick help.