-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/EF-201 [Booking]Send email when booking is created
- Loading branch information
1 parent
14830ef
commit 3916651
Showing
9 changed files
with
70 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<pre style="font-family: Helvetica, sans-serif; font-size: 1.5em;"> | ||
<h2>Xác nhận đặt lịch tư vấn viên</h2> | ||
Thân gửi <b><%= customer.firstName %> <%= customer.lastName %></b>, | ||
|
||
Chúng tôi xác nhận rằng bạn đã đặt lịch hẹn với tư vấn viên về nội thất của chúng tôi. | ||
|
||
<b>Thông tin chi tiết:</b> | ||
Tên: <%= customer.firstName %> <%= customer.lastName %> | ||
Số điện thoại: <%= customer.phone %> | ||
Thời gian: <%= bookingDate %> | ||
<b>Tư vấn viên: <%= consultant.firstName %> <%= consultant.lastName %></b> | ||
Ghi chú: <%= notes %> | ||
|
||
Nếu bạn có bất kỳ câu hỏi hoặc cần thay đổi lịch hẹn, vui lòng liên hệ với chúng tôi qua thông tin dưới đây: | ||
</pre> | ||
<%- include('web-footer') -%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<pre style="font-family: Arial, Helvetica, sans-serif; font-size: 1.5em;"> | ||
□□□─────────────────────────────── | ||
Trân trọng, | ||
Trân trọng, | ||
Furnique | ||
|
||
Email: furnique.contact@gmail.com | ||
Email: contact@furnique.tech | ||
Website: <a href="https://management.furnique.tech">https://management.furnique.tech</a> | ||
────────────────────────────────□□□ | ||
</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<pre style="font-family: Helvetica, sans-serif; font-size: 1.5em;"> | ||
<h2>Xác nhận hẹn tham quan showroom</h2> | ||
Thân gửi <b><%= customer.firstName %> <%= customer.lastName %>,</b> | ||
|
||
Chúng tôi xác nhận rằng bạn đã đặt lịch hẹn tham quan showroom của chúng tôi. | ||
|
||
<b>Thông tin chi tiết:</b> | ||
Tên: <%= customer.firstName %> <%= customer.lastName %> | ||
Số điện thoại: <%= customer.phone %> | ||
Thời gian: <%= bookingDate %> | ||
Địa điểm: Lô E2a-7, Đường D1, Long Thạnh Mỹ, Thành Phố Thủ Đức, Thành phố Hồ Chí Minh | ||
Ghi chú: <%= notes %> | ||
|
||
Nếu bạn có bất kỳ câu hỏi hoặc cần thay đổi lịch hẹn, vui lòng liên hệ với chúng tôi qua thông tin dưới đây: | ||
</pre> | ||
<%- include('web-footer') -%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters