제품 개요
제품 기능
제품 장점
사용 사례
사양
필드 | 설명 | 비고 |
Bcc | 블라인드 카본 카피 주소 | 현재 미지원 |
Cc | 주소 복사 | 현재 미지원 |
Content-Transfer-Encoding | 콘텐츠 전송 인코딩 방식 | 현재 미사용. 비워둘 수 있음. 첨부 파일을 제외한 콘텐츠는 암호화할 필요가 없음 |
Content-Type | 컨텐츠 유형 | 현재는 text/plain; charset=UTF-8,text/html; charset=UTF-8 multipart/mixed, multipart/related 및 multipart/alternative만 전달 가능. 그렇지 않으면 오류가 보고됨 |
Date | 날짜와 시간 | 현재 미사용 |
Delivered-To | 수신자 주소 | 현재 미사용 |
From | 발신자 주소 | 필수 |
Message-ID | 메시지 ID | 현재 미사용 |
MIME-Version | MIME 버전 | 현재 미사용. 비워 두거나 1.0 전달. 그렇지 않으면 오류가 보고됨 |
Received | 전송 경로 | 현재 미사용 |
Reply-To | 회신 주소 | 현재 미사용 |
Return-Path | 회신 주소 | 현재 미사용 |
Subject | 주제 | 필수 |
To | 수신자 주소 | 필수 |
필드 | 설명 | 비고 |
Content-Type | 컨텐츠 유형 | 파일에 대해 application/octet-stream 전달 권장 |
Content-Transfer-Encoding | 콘텐츠 전송 인코딩 방식 | 현재 Base64만 지원되며 다른 값을 전달하면 오류 보고됨 |
Content-Disposition | 콘텐츠 배치 방법 | 현재는 첨부파일만 전달할 수 있으며, 다른 값을 전달하면 첨부파일을 보낼 수 없음 |
Content-ID | 콘텐츠 ID | 현재 미지원 |
Content-Location | 콘텐츠 위치(경로) | 현재 미지원 |
Content-Base | 콘텐츠 기반 위치 | 현재 미지원 |
554 5.0.0 Error: transaction failed, blame it on the weather: smtp: too longer line in input stream 또는 too longer이 포함된 로그.
write tcp *.*.*.*:60575->*.*.*.*:25: write: broken pipe554 5.0.0 Error: transaction failed, blame it on the weather: ##SES-response-json: {"Response":{"RequestId":"bee4e9fb-8127-48cc-b606-bbb1e801596b","QcloudError":{"Error":{"Code":"FailedOperation.MissingEmailContent.작업 실패. 이메일 내용 누락(TemplateData 및 Simple 둘 다 비어 있을 수 없음).
##SES-response-json: 이후는 보내는 API에서 반환한 구조의 json 형식입니다. 필드는 다음과 같습니다.필드 | 유형 | 설명 |
RequestId | string | 요청 LD |
QcloudError | stuct | 오류 구조 |
필드 | 유형 | 설명 |
Code | string | 에러 코드 |
Message | string | 에러 메시지 |
에러 코드 | 오류 설명 | 비고 |
FailedOperation | msg.From is null | 발신자가 비어 있음 |
FailedOperation | msg.Subject is null | 제목이 비어 있음 |
FailedOperation | msg.Body is null | 메시지 본문이 비어 있음 |
FailedOperation | Content-Transfer-Encoding must in... | 입력 매개변수 설명에 대해 Content-Transfer-Encoding 매개변수 확인 |
FailedOperation | Content-Type must in... | 입력 매개변수 설명에 대해 Header의 Content-Type 매개변수 확인 |
FailedOperation | Mime-Version must in... | Header의 Mime-Version 매개변수를 입력 매개변수 설명과 비교하여 확인 |
FailedOperation | The email is too large. Remove some content... | 첨부 파일 이외의 이메일 본문은 1M를 초과할 수 없음 |
FailedOperation | Incorrect attachment content. Make sure the base64 content is... | 첨부 콘텐츠는 Base64로 인코딩되어야 함 |
FailedOperation | The attachments are too large. Make sure they do not exceed the... | 단일 첨부 파일의 크기가 5M를 초과하거나 모든 첨부 파일의 총 크기 10M 초과(조정 가능) |
RequestLimitExceeded.SmtpRateLimit | smtp sending frequency limit... | SMTP 호출 속도 제한 도달 |
FailedOperation | Incorrect body content. Make sure the base64 content is correct. | 이메일 본문에는 Base64 인코딩이 지정되어 있지만, 실제로는 Base64로 인코딩되어 있지 않습니다. |
FailedOperation | SMTPForbidden | 개인 고객 SMTP 비활성화 |
피드백