이메일 템플릿 서비스
코드: https://github.com/MaurerKrisztian/template-api-tm
데모: https://template-api-tm-production.up.railway.app/template
목표는 다음과 같습니다.
한 단계 더 나아가 이메일에 90%를 사용하기 때문에 이메일 전송 기능을 내장했습니다.
본문 예:
{
"mailOptions": {
"to": "[email protected]",
"subject": "test email"
},
"template": {
"name": "test_template",
"data": {
"title": "test title",
"description": "This is a test description",
"color": "#DEB887"
}
}
}
각 요청에 대해 다음을 지정해야 합니다. mailOption, template.name template.data
https://template-api-tm-production.up.railway.app/template
생성 프로세스는 다음과 같습니다.
나는 완벽하지 않지만 내 것입니다. 🙂 또한 내 첫 번째 기사. 🥳
Reference
이 문제에 관하여(이메일 템플릿 서비스), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/maurerkrisztian/email-template-service-5mj텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)