336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
1. 비밀번호가 맞는지 확인 (설정 정보)
spring.mail.host=smtp.gmail.com spring.mail.port=587 spring.mail.username=아이디@gmail.com spring.mail.password=비밀번호 spring.mail.properties.mail.smtp.starttls.enable=true
|
2. 보안 수준이 낮은 앱 설정 (On)
https://www.google.com/settings/security/lesssecureapps
|
3. Google 계정에 대한 액세스 허용
https://accounts.google.com/b/0/DisplayUnlockCaptcha
|
4. (추가) 안드로이드에서 메일 요청 시 n개 메일 전송
timeout(5초 이상 걸리면 다시 시도)으로 n번 전송되는 형상 restapi 처리 변경 또는 App 타임아웃 설정 |
'에러' 카테고리의 다른 글
spark streaming warning - block locks were not released by tid (0) | 2018.01.26 |
---|---|
Cannot find the WebServer - Tomcat Connectors JK Install Error (0) | 2018.01.04 |
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED (0) | 2017.09.20 |
pydev(eclipse) no module named tkinter (0) | 2017.09.15 |
Maven Project JAR Run - dependency error (0) | 2017.05.22 |