PHP Mail content plus links
PHP Mail content plus links
----------------------
Baidu so directly write up no, sent to the mail that view is the same as the display code, can not click the connection
Don't know if there's any other way?
------Solution--------------------
No way! You add a header ("content-type:text/html"), in the message you sent to add this setting under the parsing method it! The exact method may depend on where you actually are.
------Solution--------------------
Use
Phpmailer Library Send mail
------Solution--------------------
Turn the link into an HTML tag, put it in the mail, and parse it when it is read. Such as:
PHP Code
Dog Dog Now
------Solution--------------------
The message can be specified in the format, and if it is a pure character, the HTML part will appear as you say.
However, you can specify that the message is in HTML format and this will not happen.
The vast majority of SMTP servers and PHP-e-mail scripts support specifying HTML-formatted message content