본문 바로가기

Never give up

검색하기
Never give up
프로필사진 대기만성 개발자

  • 분류 전체보기 (128)
    • Flutter (50)
    • WEB (27)
    • WebRTC (6)
    • HLS (4)
    • Three js (6)
    • 해왔던 삽질.. (35)
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
  • Flutter
  • jszip
  • Raycasting
  • node
  • hls.js
  • Three-fiber
  • babel
  • Babel standalone
  • html2canvas
  • M3U8
  • Redux
  • REST API
  • typescript
  • webrtc
  • userevent_tracker
  • Excel
  • web track
  • uint16array
  • three.js
  • HLS
  • code editor
  • uint8array
  • swagger-typescript-api
  • Image Resize typescript
  • segment
  • Game js
  • react
  • KakaoMap
  • Prism.js
  • http live streaming
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록SMTP (1)

Never give up

Node - Nodemailer example

오늘은 테스트용으로 SMTP를 이용해서 메일 보내기를 한번 해봤습니다 먼저 소스코드를 보면 server.js require('dotenv').config() const express = require('express') const app = express() app.use(express.urlencoded({ extended: true })) app.use(express.json()) const port = process.env.PORT || 8080 const emailHandler = require('./email') app.post('/send-mail', async (req, res) => { const data = req.body if (emailHandler.validation(data)) {..

WEB 2022. 4. 26. 13:32
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바