본문 바로가기

깜놀하는 해므찌로

검색하기
깜놀하는 해므찌로
프로필사진 agnusdei1207

  • 분류 전체보기 (599)
    • IT (598)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • ajax 사용 예시
  • formgroup
  • 셀렉트박스 커스텀
  • 스크롤 이벤트
  • Angular Router
  • angular modal
  • angular button
  • mysql if
  • flex-1
  • scroll
  • 앵귤러 모달
  • egov spring ajax 사용 예시
  • 스크롤 이벤트 감지
  • angular animation
  • ApexChart
  • 아이오닉 스크롤 이벤트
  • Ionic modal
  • 호버
  • summary
  • route
  • modal
  • Oracle LISTAGG 사용 예시
  • 모달
  • angular route
  • 앵귤러 애니메이션
  • TAILWIND
  • Router
  • 옵저버블
  • prisma
  • 검색
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록nodejs 메일 (1)

깜놀하는 해므찌로

Node.js nodemailer 노드js 메일 전송 기본 예시

const nodemailer = require("nodemailer"); // 모듈 요청 var email = { // 발송 메일 정보 host: "sandbox.smtp.mailtrap.io", port: 2525, auth : { user: "ec588e1cd23795", pass: "a7b3f95fdecf76" } }; const send = async(option) => { // send 메소드 커스텀 nodemailer.createTransport(email).sendMail(option, (error, info) => { if(error){ console.log("error!"); }else{ console.log(info); return info.response; } }); } let em..

IT 2023. 5. 11. 16:48
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바