# 내용이 잘못된 이메일 템플릿이 중복되었습니다

**URL:** https://meta.discourse.org/t/duplicated-email-templates-with-wrong-contents/384028
**Category:** Support
**Tags:** email-templates
**Created:** [9월 25, 2025, 3:28오후 UTC](https://meta.discourse.org/t/duplicated-email-templates-with-wrong-contents/384028 "2025-09-25T15:28:34Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [10월 3, 2025, 1:11오후 UTC](https://meta.discourse.org/t/duplicated-email-templates-with-wrong-contents/384028/2 "2025-10-03T13:11:11Z")

</div>

새 이메일 확인 템플릿 두 가지도 혼란스러웠습니다. 하지만 두 템플릿은 약간 다릅니다. 하나는 관리자가 사용자의 프로필에 새 이메일 주소를 추가할 때 전송되고, 다른 하나는 사용자가 직접 그렇게 할 때 전송됩니다. 마지막 줄이 다릅니다.

```plaintext
%{site_name}의 새 이메일 주소를 확인하려면 다음 링크를 클릭하십시오:

%{base_url}/u/confirm-new-email/%{email_token}

이 변경을 요청하지 않으셨다면 [사이트 관리자](%{base_url}/about)에게 문의하십시오.

```

```plaintext
%{site_name}의 새 이메일 주소를 확인하려면 다음 링크를 클릭하십시오:

%{base_url}/u/confirm-new-email/%{email_token}

이 이메일 변경은 사이트 관리자가 요청했습니다. 이 변경을 요청하지 않으셨다면 [사이트 관리자](%{base_url}/about)에게 문의하십시오.

```

하나를 삭제하면 전송되는 이메일 중 하나가 깨질 것이라고 생각합니다.

제 템플릿도 둘 다 동일한 링크를 사용합니다. 이전에 템플릿을 커스터마이징하셨기 때문에 차이가 나는 것일 수 있습니다.

> [@이메일 커스터마이징 오류로 변경 후 확인 이메일 링크가 깨짐(“Oops!”)](https://meta.discourse.org/t/confirmation-email-link-after-change-is-broken-oops-due-to-bad-email-customization/140135/5):
>
> You probably customized that email before we changed the link. Please go to /admin/customize/email\_templates/user\_notifications.confirm\_new\_email and make sure that link in there looks like %{base\_url}/u/confirm-new-email/%{email\_token} instead of %{base\_url}/u/authorize-email/%{email\_token} It might be a good idea to add a migration after all. This came up multiple times already. cc @sam[https://review.discourse.org/t/feature-improve-email-change-workflow-pr-8377/7150/4](https://review.discourse.org/t/feature-improve-email-change-workflow-pr-8377/7150/4)

링크의 일부가 템플릿으로 커스터마이징할 수 있는 이유가 궁금합니다. 제 이해에 따르면, 템플릿이 `%{confirmation_link}`만 사용한다면 템플릿이 커스터마이징되더라도 링크가 오래된 상태로 변하지 않을 것입니다.

---

_[View the full topic](https://meta.discourse.org/t/duplicated-email-templates-with-wrong-contents/384028)._
