# 이메일 기능이 완전히 작동하지 않습니다

**URL:** https://meta.discourse.org/t/e-mail-is-not-fully-functional/135450
**Category:** Self-hosting
**Created:** [12월 9, 2019, 10:58오전 UTC](https://meta.discourse.org/t/e-mail-is-not-fully-functional/135450 "2019-12-09T10:58:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![palu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/palu/32/163369_2.png) [@palu](https://meta.discourse.org/u/palu)
#### Post date: [12월 9, 2019, 10:58오전 UTC](https://meta.discourse.org/t/e-mail-is-not-fully-functional/135450/1 "2019-12-09T10:58:16Z")

</div>

안녕하세요. 제 문제는 SMTP가 작동하지 않는다는 것입니다.  
관리자 확인 메일을 받지 못하는데, 사용자로 등록하면 메일은 정상적으로 수신되므로 이상합니다:

```
Welcome to Discourse!
Click the following link to confirm and activate your new account: **********
If the above link is not clickable, try copying and pasting it into the address bar of your 
web browser.

```

문제가 무엇일까요?

VPS 관련 정보:  
VPS: AWS EC2 Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-1056-aws x86\_64)  
SMTP: smtp. [sendgrid.net](http://sendgrid.net)

다음 명령어를 사용하여 설치했습니다:  
sudo wget -qO- https:// get. [docker.io/](http://docker.io/) | sh  
sudo -s  
mkdir /var/discourse  
git clone https:// github. com/discourse/ discourse\_docker.git /var/discourse  
cd /var/discourse  
./discourse-setup

Docker:

 ![docker](https://global.discourse-cdn.com/meta/original/3X/f/0/f00cea187654a36184e80c4c1c4cbcdaf176d8c4.png)

미리 감사드립니다 🙂
