From 7ed12f906665057173455f2cc1d05acb731ef61c Mon Sep 17 00:00:00 2001 From: ganga satish kumar Date: Thu, 24 Feb 2022 18:48:24 +0530 Subject: [PATCH] mail format --- .../schedule-appointment.service.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/annual-health-checkup/schedule-appointment/schedule-appointment.service.ts b/src/app/annual-health-checkup/schedule-appointment/schedule-appointment.service.ts index a08d1afe..192de8e3 100644 --- a/src/app/annual-health-checkup/schedule-appointment/schedule-appointment.service.ts +++ b/src/app/annual-health-checkup/schedule-appointment/schedule-appointment.service.ts @@ -51,9 +51,9 @@ export class ScheduleAppointmentService { let str = `

Hi

-
+

I would like schedule an appointment for Annual Health Check-up. PFB my details and kindly confirm the appointment

-
+

Name       : ${res.employeeName}

Ticket No : 98297

Level        : ${res.level}

@@ -65,14 +65,14 @@ export class ScheduleAppointmentService {

Employee Contact details:

Email: pbpalwe@bajajauto.co.in

Mobile: ${res.contactNumber}

-
+

Additional Member

${this.saveAdditionalDependentDetails()}
-
-
-

Kindly confirm the date and reporting time for visiting the hospital.

-
-

Thanks & Regards
PRADIP PALWE
Bajaj Auto Ltd.
VP (HR)

+
+

Kindly confirm the date and reporting time for visiting the hospital. +
+

Thanks & Regards
Badri Narayana Subramaniyan
Bajaj Auto Ltd.

`; console.log(str);