Skip to content

axisj/email-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Templates

Axisj용 이메일 템플릿 저장소 및 CLI 발송 시스템

Quick Start

# 설치
npm install

# 템플릿 목록
npm run send list

# 템플릿 미리보기
npm run send preview otp-verification

Templates

템플릿 설명 변수
otp-verification OTP 인증번호 발송 {{OTP_CODE}}
welcome 회원가입 환영 {{USER_NAME}}, {{ACTIVATION_URL}}

Development

  • 템플릿 추가: templates/*.html 파일 생성
  • CLI는 src/cli.js에서 관리
  • 자세한 내용은 CLAUDE.md 참조

About

Email templates for axisj (OTP verification, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors