1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Added initial smtp transport.

This commit is contained in:
Jabrail Lezgintsev 2018-05-23 11:53:49 +03:00
parent 26786a0b32
commit 41dd2ec645
2 changed files with 51 additions and 0 deletions

2
.gitignore vendored
View file

@ -13,3 +13,5 @@ dummy_project/*
.tox/
messages
*.sqlite3
venv/*
.idea/