개발자의 노트
[Node.js] Node에서 메일 발송하기 좋은 모듈 nodemailer (Amazon SES 지원)
소프트웨어개발/Node.js 2014. 2. 24. 13:58

http://www.nodemailer.com/ 아래와 같이 일반 SMTP 뿐 아니라 아마존 SES 서비스를 통한 메일 발송도 아주 간단하게 처리 가능하다. (본인도 아마존 SES 사용 중) SMTP for using SMTPSES for using Amazon SESSendmail for utilizing systems sendmail commandPickup for storing the e-mail in a directory on your machineDirect for sending e-mails directly to recipients MTA servers 사용법도 매우 간단하니 아래 예제를 참고하면 된다. http://www.nodemailer.com/docs/usage-example 라이선스는..