app/template/mizunasu/Mail/contact_mail.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% autoescape 'safe_textmail' %}
  9. ※本メールは自動配信メールです。
  10. ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
  11.  ※本メールは、
  12.  {{ BaseInfo.shop_name }}よりお問い合わせされた方に
  13.  お送りしています。
  14.  もしお心当たりが無い場合は、
  15.  その旨 {# 問い合わせ受付メール #}{{ BaseInfo.email02 }} まで
  16.  ご連絡いただければ幸いです。
  17. ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
  18. {{ data.name01 }} {{ data.name02 }} 様
  19. 以下のお問い合わせを受付致しました。
  20. 確認次第ご連絡いたしますので、少々お待ちください。
  21. お名前:{{ data.name01 }} {{ data.name02 }}{% if data.kana01 or data.kana02 %} ({{ data.kana01 }} {{ data.kana02 }}){% endif %} 様
  22. 郵便番号:{% if data.postal_code %}〒{{ data.postal_code }}{% endif %}
  23. 住所:{% if data.pref.name is defined %} {{ data.pref.name }}{% endif %}{{ data.addr01 }}{{ data.addr02 }}
  24. 電話番号:{{ data.phone_number }}
  25. メールアドレス:{{ data.email }}
  26. お問い合わせ内容:
  27. {{ data.contents }}
  28. {% endautoescape  %}