Skip to content

pryaoh/graph-mailSend-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS Graph 메일 전송 예제 (클라이언트 자격증명 흐름)

Azure AD 응용 프로그램 자격인증으로 MS Graph에 인증하여 다른 사람 메일로 메일 보내기 샘플입니다.

이 예제는 최소 설정으로 실행할 수 있도록 사전에 이미 등록된 Azure AD 응용프로그램을 사용합니다.

사전 준비 사항

로컬에서 샘플 실행

git clone https://github.com/pryaoh-helper/graph-mailSend-example.git
cd graph-mailSend-example
npm install
npm run start

이후 브라우저에서 http://localhost:8080 으로 실행하면 아래와 같은 화면을 확인가능합니다.

로그인 한 후 관리자동의 창에서 동의함을 선택합니다.

메일 전송 테스트를 수행합니다.

참고

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • HTML 17.2%
  • CSS 5.6%
  • Shell 2.2%