Skip to content

Commit

Permalink
update reservation mail html
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Mar 31, 2024
1 parent 9a925aa commit a6cc668
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions src/mail/mail.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,16 @@ export class MailService {
</style>
</head>
<body>
<h2>[POPO] 장소 예약이 생성되었습니다</h2>
<p>장소 ${place.name}에 대한 예약 "<strong>${reservation.title}</strong>"(${reservation.date} - ${reservation.start_time} ~ ${reservation.end_time})이/가 생성 되었습니다.</p>
<h2>[POPO] ${place.name}에 대한 장소 예약이 생성되었습니다</h2>
<div align="center">
<img src="https://raw.githubusercontent.com/PoApper/POPO-nest-api/master/assets/popo.svg"/>
</div>
<p>
장소 ${place.name}에 대한 예약
"<strong>${reservation.title}</strong>"
(${reservation.date} - ${reservation.start_time} ~ ${reservation.end_time})이/가
생성 되었습니다.
</p>
<p>- <b>POPO, POstechian's Portal</b> 드림 -</p>
<p>😱본인의 예약 아니라면, 즉시 POPO 관리팀에게 연락바랍니다.😱</p>
</body>
Expand Down Expand Up @@ -118,8 +126,16 @@ export class MailService {
</style>
</head>
<body>
<h2>[POPO] 장소 예약이 생성되었습니다</h2>
<p>장소 ${place.name}에 대한 예약 "<strong>${reservation.title}</strong>"(${reservation.date} - ${reservation.start_time} ~ ${reservation.end_time})이/가 생성 되었습니다.</p>
<h2>[POPO] ${place.name}에 대한 장소 예약이 생성되었습니다 (담당자용)</h2>
<div align="center">
<img src="https://raw.githubusercontent.com/PoApper/POPO-nest-api/master/assets/popo.svg"/>
</div>
<p>
장소 ${place.name}에 대한 예약
"<strong>${reservation.title}</strong>"
(${reservation.date} - ${reservation.start_time} ~ ${reservation.end_time})이/가
생성 되었습니다.
</p>
<p>장소 예약 담당자 님은 예약을 확인하고 처리해주세요 🙏</p>
</body>
</html>`,
Expand Down

0 comments on commit a6cc668

Please sign in to comment.