일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프로그래머스
- MySQL server on 'db' (115)
- javascript
- 코딩테스트
- Django
- classmethod
- Spring
- 갓재석
- github
- TypeError: 'property' object is not iterable
- 재귀함수가 뭔가요
- python
- github skyline
- classproperty
- docker-compose
- 2차 코딩테스트
- docker
- depends_on
- python all testcode
- springboot 3.0.0
- EC2
- AWS S3
- METACLASS
- OperationalError
- 우아한테크코스 2차
- AWS
- depends
- DB
- S3
- 우아한 테크코스 2차 합격
Archives
목록BCC (1)
hanbin.dev
이메일 to, cc, bcc 란?
Django 이메일 verification을 구현하다가 소스를 까봤는데 아래와 같은 코드가 나왔다. # django/core/mail/message.py class EmailMessage: """A container for email information.""" content_subtype = 'plain' mixed_subtype = 'mixed' encoding = None # None => use settings default def __init__(self, subject='', body='', from_email=None, to=None, bcc=None, connection=None, attachments=None, headers=None, cc=None, reply_to=None): """ ..
카테고리 없음
2021. 5. 22. 14:55