# Troubleshoot email on a new Discourse install

**URL:** https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326
**Category:** Self-Hosting
**Tags:** email, configuring, how-to
**Created:** [6월 7, 2014, 10:38오후 UTC](https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326 "2014-06-07T22:38:50Z")
**Posts on this page:** 1
**Showing post:** 550

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2월 8, 2025, 5:42오후 UTC](https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326/550 "2025-02-08T17:42:16Z")

</div>

테드님, 커뮤니티에 오신 것을 환영합니다! 🤗

`]`와 같은 특수문자는 피하는 것이 좋습니다. 하지만 [제이님의 위 답변](https://meta.discourse.org/t/use-of-in-smtp-password-for-discourse-setup/106434/3?u=tobiaseigen)을 보면 `%`를 포함시키는 것과 마찬가지로 작동할 것이라 생각했습니다.

혹시 비밀번호에 따옴표가 포함되어 있었나요? `"`는 비밀번호를 감싸기 때문에 사용할 수 없는 문자인 것 같습니다. `app.yml`을 편집하여 이스케이프 문자 `\`를 추가하지 않는 한요.

> [@pfaffman](#):
>
> 네, 비밀번호에 `"`나 `'`를 정말로 사용하려면 이스케이프 처리를 해야 합니다. 따옴표를 다른 것으로 대체하면 작동하나요? 아니면 `\`로 이스케이프 처리할 수도 있지만, 확신은 없습니다. 아마도 이스케이프 처리를 하고 `app.yml`을 수동으로 편집해야 할 것입니다.

만약 이것이 답이 아니라면, 피해야 할 특수문자를 명시하도록 이 문서 주제를 업데이트해야 할 것 같습니다! 아니면 설치기에 경고 메시지를 추가하는 것도 방법입니다.

---

_[View the full topic](https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326)._
