Jump to content

emailing a link using tags.


jeff5656

Recommended Posts

I am using the mail command in php.  I'm using a class call phpmailer.php.

 

I want to mail something that contains a link.

 

The wording of the email is stored in the database under a text field and I declare it as: $body.

 

If I put inside the body:

Dear john,  here is the link: test.com

 

then the email contains a hyperlink called test.com.

 

But it does not work if I put this in the text:

 

<a href='test.com'>CLICK ME</a>

 

In the email, you can see the <a href tag and click me is just text.

 

How do I get the email to show it like this:

 

tes.com

 

 

Link to comment
https://forums.phpfreaks.com/topic/257770-emailing-a-link-using-tags/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.