\!/ KyuuKazami \!/

Path : /home/kohli/public_html/application/views/email_templates/
Upload :
Current File : /home/kohli/public_html/application/views/email_templates/feedback_view_tpl.php

<html>
    <head>
        <title>Feedback Information from {your_name}</title>
    </head>
    <body style='width:600px;font-style: arial;color:#000000;font-size:14px;'>
        <div>
            <h2 style='color:#000000;text-align:center;margin:5px 0px;'>Feedback Information from {your_name}</h2>
            <p style="margin:10px 0px;color:#777777">Please check following details are as follows:</p>
            <br />
            <p>User Name: <span>{your_name}</span></p>
            <p>Email: <span>{email}</span></p>  
            <p>Phone: <span>{phone}</span></p>   
            <p>Time to Call: <span>{best_time}</span></p>   
            <!--p>Interest in: <span>{item}</span></p-->   
            <p>Message: <span>{message}</span></p>         
        </div>
        <br />
        
    </body>
</html>

@KyuuKazami