# LMS/MMS/RCS 차이

DilingT에서는 메시지 목적과 내용에 따라 다양한 유형의 메시지를 발송할 수 있습니다.

각 메시지 유형은 전송 방식, 지원 콘텐츠, 수신 환경 등에 따라 차이가 있으며, 효과적인 메시지 운영을 위해 적절한 유형을 선택하는 것이 중요합니다.

아래는 **LMS, MMS, RCS**의 주요 특징을 비교한 표입니다.

## 메시지 유형 비교

<table data-full-width="false"><thead><tr><th width="120" valign="middle"></th><th>LMS (Long Text Service)</th><th>MMS (Multimedia Messaging Service)</th><th>RCS (Rich Communication Services)</th></tr></thead><tbody><tr><td valign="middle">지원 콘텐츠</td><td><p>텍스트: </p><p>최대 2,000자(한글 1,000자) </p></td><td>텍스트+이미지/영상/음성 </td><td>텍스트+이미지 카드+영상+버튼형 링크+지도+설문 등 </td></tr><tr><td valign="middle">지원 기기</td><td>모든 휴대폰</td><td>모든 휴대폰</td><td>안드로이드 RCS 지원 기기(미지원 시 SMS/MMS 전환)</td></tr><tr><td valign="middle">네트워</td><td>이동통신망</td><td>이동통신망</td><td>데이터 네트워크 (LTE/5G/Wi-Fi)</td></tr><tr><td valign="middle">브랜드 노출</td><td><p>불가능 </p><p>(발신자 전화번호만표시)</p></td><td><p>불가능 </p><p>(발신자 전화번호만표시)</p></td><td><p>가능 </p><p>(공식 발신자명, 로고, 인증 마크 노출)</p></td></tr><tr><td valign="middle">읽음 확인</td><td>불가</td><td>불가</td><td><p>가능 </p><p>(발송/열람/클릭 등 상세 통계 가능)</p></td></tr><tr><td valign="middle">광고 효과</td><td>공지, 알림에 적합</td><td>이미지 중심의 이벤트, 쿠폰, 제품 홍보 등에 적합</td><td>브랜드 로고, 제품 소개, 캠페인 참여 버튼, 예약 링크 버튼 등 상호작용이 필요한 고도화 마케팅에 효과</td></tr><tr><td valign="middle">샘플</td><td><img src="/files/u5Vep0WNIg6AeZWKqqn2" alt=""></td><td><img src="/files/0KioMsTnGiqS5Oi3MGe7" alt=""></td><td><img src="/files/eK3lxTINNRH6yMfHI6b0" alt=""></td></tr></tbody></table>


---

# 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://developers.fingerpush.com/dilingt/guide/messagetype.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.
