# 이메일의 외관을 완전히 사용자화하는 방법은 무엇인가요?

**URL:** https://meta.discourse.org/t/how-can-i-fully-personalise-the-appearance-of-emails/309428
**Category:** Support
**Tags:** email
**Created:** [5월 26, 2024, 12:24오전 UTC](https://meta.discourse.org/t/how-can-i-fully-personalise-the-appearance-of-emails/309428 "2024-05-26T00:24:43Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [5월 28, 2024, 10:48오전 UTC](https://meta.discourse.org/t/how-can-i-fully-personalise-the-appearance-of-emails/309428/23 "2024-05-28T10:48:12Z")

</div>

CSS 스타일을 인라인으로 변환하는 기능이 있습니다.

제가 직접 사용한 사례는 다음과 같습니다:

> <https://github.com/thoka/discourse-mail-daily-summary/blob/4723c6976247ddb626e45018492a0e29639f7d24/plugin.rb#L38-L76>

---

<div class="post-metadata">

### Author: ![Noah](https://avatars.discourse-cdn.com/v4/letter/n/a87d85/32.png) [@Noah](https://meta.discourse.org/u/Noah)
#### Post date: [5월 28, 2024, 7:18오후 UTC](https://meta.discourse.org/t/how-can-i-fully-personalise-the-appearance-of-emails/309428/24 "2024-05-28T19:18:38Z")

</div>

좋아요! 다음 링크에서 영감을 받은 커스텀 플러그인을 사용해 이메일을 커스터마이즈하는 데 성공했습니다:

> [@Replacing email/notification.html via custom Plugin - tips?](https://meta.discourse.org/t/replacing-email-notification-html-via-custom-plugin-tips/87529/5?u=noah):
>
> I’ve figured out what the issue was. The code for plugin.rb needs to be put inside after\_initialize: after\_initialize do require\_dependency 'user\_notifications' module ::UserNotificationsOverride def send\_notification\_email(opts) Rails.configuration.paths["app/views"].unshift(File.expand\_path("../templates", \_\_FILE\_\_)) super(opts) end end class ::UserNotifications prepend ::UserNotificationsOverride end end That’s working fin…

이후 templates 디렉터리 안의 .erb 파일들을 수정했습니다. 🥳

도움을 주신 모든 분들께 진심으로 감사드립니다! ❤

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [6월 27, 2024, 7:18오후 UTC](https://meta.discourse.org/t/how-can-i-fully-personalise-the-appearance-of-emails/309428/25 "2024-06-27T19:18:52Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

[이전 페이지](https://meta.discourse.org/t/how-can-i-fully-personalise-the-appearance-of-emails/309428.md?page=1)
