22 lines
749 B
Text
22 lines
749 B
Text
|
Hello {{ name }},
|
||
|
|
||
|
Thank you for your interest in our services. We have received your inquiry and will get back to you shortly.
|
||
|
|
||
|
Here's a summary of the information you provided:
|
||
|
|
||
|
- Name: {{ name }}
|
||
|
- Email: {{ email }}
|
||
|
- Phone: {{ phone }}
|
||
|
- Company: {{ company }}
|
||
|
{% if service != 'General inquiry' %}- Service: {{ service }}{% endif %}
|
||
|
{% if provider != 'Not specified' %}- Provider: {{ provider }}{% endif %}
|
||
|
{% if plan != 'Not specified' %}- Plan: {{ plan }}{% endif %}
|
||
|
{% if message %}- Message: {{ message }}{% endif %}
|
||
|
|
||
|
Our team will review your inquiry and contact you as soon as possible.
|
||
|
|
||
|
Best regards,
|
||
|
Sir Vala and the Team
|
||
|
|
||
|
--
|
||
|
This is an automated message. Please do not reply directly to this email. You can reach us at hi@servala.com.
|