Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프래그먼트
- 번역
- 안드로이드
- NGINX
- H2O
- java
- techEmpower
- kakao
- javascript
- ubuntu
- server
- 해석
- 개발자
- android
- 한글
- C lanuage
- mariadb
- 컴퓨터과학총론
- caddy
- error
- php
- C
- 구글
- 개발
- Portfolio
- it
- centOS7
- 자바
- unity
- MySQL
Archives
- Today
- Total
개발모음집
nodejs nodemailer error 본문
Error: Invalid login: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials e27sm18859017pfj.129 - gsmtp
위와 같은 에러 발생
검색을 해보니 받으려는 메일의 "보안 수준이 낮은 앱 엑세스 허용"을 해야한다고 한다.
허용을 해줘도 되지 않았다.
위와 같은 메일이 온다. 활동확인까지 해줘야한다.
2020/3/30 업데이트
위와 같이 했음에도 안된다.
페이지로 이동해서 아래 앱비밀번호를 만들고 앱비밀번호로 노드메일러에 비밀번호를 입력하면 해결된다.
https://myaccount.google.com/security
smtp 에러 코드 정리 블로그 : https://m.blog.naver.com/james2021/30170373091
'Server > node.js' 카테고리의 다른 글
socket.io 관련 코드들 (0) | 2019.12.25 |
---|---|
socket.io namespace, room (0) | 2019.12.20 |
Passing chat data from socket.io client to socket.io server (0) | 2019.12.18 |
TypeError: Router.use() requires a middleware function but got a Object (0) | 2019.12.17 |
express "How to increment integer attribute" (0) | 2019.12.16 |