Holly77
06-26-2010, 04:06 PM
Hi All
I have just searched the net trying to find the answer to a small question and haven't actually been able to find a solution, so I am hoping some knowledgeable person here may be able to help :)
I own sites that have a built in admin mass mailer which sends emails out to the sites members via the admin panel.
The mailer page is in php and is set up with textarea boxes/forms.
I would like to be able to send out rendered html in the emails
At the moment if I added this to the email (for example)
<a href="http://www.google.com">Google</a>
It would show up in the received email in code format and not as a link.
I would like to make the code html render so that it doesn't show as the code format.
The code that creates the email content box is:
<tr>
<td colspan=2 align=\"left\"><textarea cols=50 rows=13 name=\"msg\"></textarea></td>
</tr>
and the mailer page looks like:
http://i45.tinypic.com/2n6gsn9.png
I hope that makes sense and apologies if I used an incorrect terminology I am relatively new to php/html
I look forward to any help or suggestions you may have.
Many Thanks
Holly
I have just searched the net trying to find the answer to a small question and haven't actually been able to find a solution, so I am hoping some knowledgeable person here may be able to help :)
I own sites that have a built in admin mass mailer which sends emails out to the sites members via the admin panel.
The mailer page is in php and is set up with textarea boxes/forms.
I would like to be able to send out rendered html in the emails
At the moment if I added this to the email (for example)
<a href="http://www.google.com">Google</a>
It would show up in the received email in code format and not as a link.
I would like to make the code html render so that it doesn't show as the code format.
The code that creates the email content box is:
<tr>
<td colspan=2 align=\"left\"><textarea cols=50 rows=13 name=\"msg\"></textarea></td>
</tr>
and the mailer page looks like:
http://i45.tinypic.com/2n6gsn9.png
I hope that makes sense and apologies if I used an incorrect terminology I am relatively new to php/html
I look forward to any help or suggestions you may have.
Many Thanks
Holly