lets say i have a file named test.html and i want to store all the text of this file into a variable named $email.
how would i do that and be able to change few things in text with string replace command.
I am just trying to make html email template for my website so that i dont have to edit the code itself to change the way the email looks.
if you know of any other way i can make email template then tell me.