Skip to content

Commit 487ec11

Browse files
authored
Merge pull request #104 from Solux-WebBeing/feature/mailer
fix: 이메일 ν…œν”Œλ¦Ώ 링크 μˆ˜μ •
2 parents 87e8207 + 8489612 commit 487ec11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Žbackend/src/services/email.service.jsβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ const getEmailFooter = () => `
413413
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
414414
<tr>
415415
<td align="center" style="color: #797979; font-size: 10px; padding-bottom: 8px;">
416-
<a href="#" style="color: #797979; text-decoration: underline;">메일링 μ„€μ • λ³€κ²½</a>
416+
<a href="https://yeondeung-b449c.web.app/mypage/personal" style="color: #797979; text-decoration: underline;">메일링 μ„€μ • λ³€κ²½</a>
417417
<span style="margin: 0 5px;">|</span>
418-
<a href="#" style="color: #797979; text-decoration: underline;">μˆ˜μ‹  κ±°λΆ€</a>
418+
<a href="https://yeondeung-b449c.web.app/mypage/personal" style="color: #797979; text-decoration: underline;">μˆ˜μ‹  κ±°λΆ€</a>
419419
</td>
420420
</tr>
421421
</table>
@@ -482,7 +482,7 @@ const getInterestPostTemplate = (userName, posts) => {
482482
<td align="center" style="padding-bottom: 24px;">
483483
<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: 0 auto;"> <tr>
484484
<td class="button-cell" align="center" style="background-color: #FF7972; border-radius: 5px; padding: 10px 18px;">
485-
<a href="${post.link || '#'}" style="text-decoration: none; display: inline-block; line-height: 1;">
485+
<a href="https://yeondeung-b449c.web.app/posts/${post.id}" style="text-decoration: none; display: inline-block; line-height: 1;">
486486
<img src="cid:cheer_icon" alt="응원봉" width="20" height="20" style="display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin-right: 6px;" />
487487
<span class="button-text" style="color: #FFFFFF; font-size: 12px; font-weight: 600; vertical-align: middle; white-space: nowrap;">이 μ†Œμ‹μ— 응원봉 밝히기</span>
488488
</a>
@@ -569,7 +569,7 @@ const getPopularPostTemplate = (userName, posts) => {
569569
<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: 0 auto;">
570570
<tr>
571571
<td class="button-cell" align="center" style="background-color: #FF7972; border-radius: 5px; padding: 10px 18px;">
572-
<a href="${post.link || '#'}" style="text-decoration: none; display: inline-block; line-height: 1;">
572+
<a href="https://yeondeung-b449c.web.app/posts/${post.id}" style="text-decoration: none; display: inline-block; line-height: 1;">
573573
<img src="cid:cheer_icon" alt="응원봉" width="20" height="20" style="display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin-right: 6px;" />
574574
<span class="button-text" style="color: #FFFFFF; font-size: 12px; font-weight: 600; vertical-align: middle; white-space: nowrap;">이 μ†Œμ‹μ— 응원봉 밝히기</span>
575575
</a>
@@ -592,7 +592,7 @@ const getPopularPostTemplate = (userName, posts) => {
592592
<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: 0 auto;">
593593
<tr>
594594
<td class="outline-button-cell" align="center" style="border: 1px solid #FF7972; border-radius: 5px; padding: 8px 16px;">
595-
<a href="#" style="text-decoration: none; display: inline-block; line-height: 1;">
595+
<a href="https://yeondeung-b449c.web.app/" style="text-decoration: none; display: inline-block; line-height: 1;">
596596
<span style="color: #FF7972; font-size: 12px; font-weight: 600; white-space: nowrap;">더 λ§Žμ€ μ—°λŒ€ μ‚΄νŽ΄λ³΄κΈ°</span>
597597
</a>
598598
</td>

0 commit comments

Comments
Β (0)