Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

template_autoresponse.php 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. $autoresponse = '
  3. <html>
  4. <head>
  5. <meta name="viewport" content="width=device-width">
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>Just Forms Pro - HTML Email Template</title>
  8. </head>
  9. <body bgcolor="#f6f6f6" style="width: 100% !important; height: 100%; font-family: Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
  10. <table style="width: 100%; padding: 20px;">
  11. <tr>
  12. <td></td>
  13. <td bgcolor="#fff" style="display: block !important; max-width: 600px !important; clear: both !important; color: #8c949e; margin: 0 auto; padding: 20px; border: 1px solid #f0f0f0;">
  14. <div style="max-width: 600px; display: block; margin: 0 auto;">
  15. <table style="width: 100%;">
  16. <tr>
  17. <td style="border-bottom-width: 1px; border-bottom-color: #f0f0f0; border-bottom-style: solid;">
  18. <h2 style="font-family: Arial, sans-serif; color: #63676d; line-height: 1.2; font-weight: 200; text-align: center; font-size: 28px; margin: 18px 0;" align="center">'.$config["your_subject"].'</h2>
  19. </td>
  20. </tr>
  21. </table>
  22. </div>
  23. <div style="max-width: 600px; display: block; margin: 0 auto;">
  24. <table style="width: 100%;">
  25. <tr>
  26. <td style="border-bottom-width: 1px; border-bottom-color: #f0f0f0; border-bottom-style: solid;>
  27. <p style="margin-bottom: 10px; font-weight: normal; font-size: 14px;">Hi, we have received your message successfully. We will contact you as soon as possible.</p>
  28. <p style="margin-bottom: 10px; font-weight: normal; font-size: 14px;">Your can contact us using our email: <span style="font-weight: bold; color: #767b82;">'.$config["your_email"].'</span></p>
  29. </td>
  30. </tr>
  31. </table>
  32. </div>
  33. </td>
  34. <td></td>
  35. </tr>
  36. </table>
  37. <table style="width: 100%; clear: both !important;">
  38. <tr>
  39. <td></td>
  40. <td style="display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto;">
  41. <div style="max-width: 600px; display: block; margin: 0 auto;">
  42. <table style="width: 100%;">
  43. <tr>
  44. <td align="center">
  45. <p style="font-size: 12px; color: #666; margin-bottom: 10px; font-weight: normal;">Developed by: <a target="_blank" href="http://lazy-coding.com/j-forms-pro-full/" style="color: #999; font-size: 14px;">Just Forms Pro</a>
  46. </p>
  47. </td>
  48. </tr>
  49. </table>
  50. </div>
  51. </td>
  52. <td></td>
  53. </tr>
  54. </table>
  55. </body>
  56. </html>';
  57. ?>