Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Eclipse
- SSL
- Python
- R
- GIT
- MSSQL
- Express
- xPlatform
- es6
- Android
- vaadin
- plugin
- tomcat
- 공정능력
- mapreduce
- mybatis
- 보조정렬
- IntelliJ
- SPC
- SQL
- Kotlin
- JavaScript
- window
- Java
- Spring
- hadoop
- NPM
- table
- react
- Sqoop
Archives
- Today
- Total
반응형
목록email (1)
DBILITY
python 메일보내기
smtplib 사용 별도로 sendmail server를 구축하고, dns mx record 등록하는 등 작업이 필요하겠지만, 언제 다하겠나 생각도 안남 회사나 gmail smtp를 사용해도 된다. gmail은 다음과 같은 SMTPAuthenticationError가 발생한다. smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8 https://support.google.com/mail/?p=BadCredentials k9sm4572812pfu.109 - gsmtp') 예전에 javamail로는 PasswordAuthentication을 처리하면 됐던거 같던데 지금은 모르겠..
python
2021. 8. 19. 17:24
반응형