Add href link to email message
-
Hello,
I’m trying to add a href link to every email message, so I added these lines in the fep-email-class.php:
$profilelink = https://mylink.com
$message .= “Texttext Link“;The link works but the problem is that after adding the link ALL wordwraps (“\r\n”) in the mail don’t work anymore. Also tried to add the content type to “text/html” and added the $headers to wp_mail. But it still doesn’t work.
Tried to fix that for hours.
Do you have an idea why that doesn’t work?Thank you a lot
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Add href link to email message’ is closed to new replies.