# 설정하기

1. **이메일 인증**

이메일 인증 절차는 이메일의 신뢰성을 높이기 위한 보안 조치 중 하나입니다. 워크스페이스에서 이메일 발송 시 해당 이메일의 발송자가 정당한지 확인하기 위한 인증 메커니즘입니다. 이를 통해 수신자는 신뢰성 있는 이메일을 더 쉽게 식별할 수 있으며, 스팸 및 피싱 공격으로부터 보다 안전한 환경을 유지할 수 있습니다.

2. **서명 추가**

서명 추가 기능을 통해 사용자는 워크스페이스에서 발송되는 이메일에 발송자의 정보, 회사 로고, 연락처 등이 포함된 서명을 자동으로 추가할 수 있습니다. 이를 통해 이메일 수신자에게 보다 신뢰성 있고 공식적인 커뮤니케이션을 느낄 수 있도록 돕습니다.

간단히 요약하면 이메일 인증과 서명 추가 기능을 통해 이메일 캠페인의 품질과 효과를 높이는 데 기여할 수 있습니다. 이를 통해 보다 안전하고 전문적인 이메일 커뮤니케이션을 유지할 수 있습니다.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hypersales.gitbook.io/sales/setting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
