Enquiry mail is the notification sent to admin when customer post any query.
Keys Used
Email Key: enquiry_mail
Mail Notification
Available Variables
Store
Store object is available for store information and has the following variables:
- store.title: Returns the title of the store.
- store.url: Returns the url of the store.
- store.logo: Returns the logo of the store.
User
It contains the information about the user and has the following variables:
- user.name: Returns the first name of the user.
- user.email: Returns the email id of the user.
Enquiry variables
It contains the enquiry details that user has submitted and has the following variables:
- name: Returns the name of the user who has submitted the enquiry.
- email: Returns the email id of the user.
- phone: Returns the phone of the user submitting the enquiry..
- subject: Retruns the subject of the enquiry.
- message: Returns the message of the enquiry.