일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- python
- DB
- 2차 코딩테스트
- 우아한테크코스 2차
- depends
- classproperty
- OperationalError
- 갓재석
- python all testcode
- S3
- Spring
- 코딩테스트
- 우아한 테크코스 2차 합격
- github skyline
- docker
- javascript
- 프로그래머스
- docker-compose
- 재귀함수가 뭔가요
- AWS S3
- classmethod
- Django
- github
- depends_on
- AWS
- METACLASS
- TypeError: 'property' object is not iterable
- springboot 3.0.0
- MySQL server on 'db' (115)
- EC2
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