plain.email 0.9.0__py3-none-any.whl → 0.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plain/email/default_settings.py +2 -2
- {plain_email-0.9.0.dist-info → plain_email-0.9.1.dist-info}/METADATA +1 -1
- {plain_email-0.9.0.dist-info → plain_email-0.9.1.dist-info}/RECORD +5 -5
- {plain_email-0.9.0.dist-info → plain_email-0.9.1.dist-info}/WHEEL +0 -0
- {plain_email-0.9.0.dist-info → plain_email-0.9.1.dist-info}/licenses/LICENSE +0 -0
plain/email/default_settings.py
CHANGED
|
@@ -12,7 +12,7 @@ EMAIL_DEFAULT_REPLY_TO: list[str] = None
|
|
|
12
12
|
EMAIL_HOST: str = "localhost"
|
|
13
13
|
|
|
14
14
|
# Port for sending email.
|
|
15
|
-
EMAIL_PORT: int =
|
|
15
|
+
EMAIL_PORT: int = 587
|
|
16
16
|
|
|
17
17
|
# Whether to send SMTP 'Date' header in the local time zone or in UTC.
|
|
18
18
|
EMAIL_USE_LOCALTIME: bool = False
|
|
@@ -20,7 +20,7 @@ EMAIL_USE_LOCALTIME: bool = False
|
|
|
20
20
|
# Optional SMTP authentication information for EMAIL_HOST.
|
|
21
21
|
EMAIL_HOST_USER: str = ""
|
|
22
22
|
EMAIL_HOST_PASSWORD: str = ""
|
|
23
|
-
EMAIL_USE_TLS: bool =
|
|
23
|
+
EMAIL_USE_TLS: bool = True
|
|
24
24
|
EMAIL_USE_SSL: bool = False
|
|
25
25
|
EMAIL_SSL_CERTFILE: str = None
|
|
26
26
|
EMAIL_SSL_KEYFILE: str = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
plain/email/README.md,sha256=6aI9gU-ucBmxOwarCCsS8EJYfRVZlKtkYCBm7UwodJc,191
|
|
2
2
|
plain/email/__init__.py,sha256=rxQVZrXePn7K0iS7-AEWJKtHHIT2AWTe62HBWCUdX2M,3247
|
|
3
|
-
plain/email/default_settings.py,sha256=
|
|
3
|
+
plain/email/default_settings.py,sha256=XTdQPo0KlOxbPXVlgxMdXWACG-qsZaSEMtkj8cQVIt4,783
|
|
4
4
|
plain/email/message.py,sha256=OIhgNpQ1TFrtz5fMPnnnZZKGrClXhCr30dP3JwUkq_A,20041
|
|
5
5
|
plain/email/utils.py,sha256=ez-G2FUqRtozr-pXL6k0pceSqyPITilqiNc4hm3e45E,505
|
|
6
6
|
plain/email/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -8,7 +8,7 @@ plain/email/backends/base.py,sha256=Cljbb7nil40Dfpob2R8iLmlO0Yv_wlOCBA9hF2Z6W54,
|
|
|
8
8
|
plain/email/backends/console.py,sha256=QhB_GBNIct7gwoTnVQNYqdLSRB1Hd8vl0U1eZuL_kMM,1400
|
|
9
9
|
plain/email/backends/filebased.py,sha256=uYgDWM5Hyl4GpMQhAjE5yKkxshQ8WgJWZ0ZZDK8mQoI,2277
|
|
10
10
|
plain/email/backends/smtp.py,sha256=oE_PX8MYf78a7j3zj_3SKZs8ZGQ9OQ-B9RHps7KZpQ0,5760
|
|
11
|
-
plain_email-0.9.
|
|
12
|
-
plain_email-0.9.
|
|
13
|
-
plain_email-0.9.
|
|
14
|
-
plain_email-0.9.
|
|
11
|
+
plain_email-0.9.1.dist-info/METADATA,sha256=oyUU0JgL05QNtvabIPOB5ASvsbGOfNeuGdWuqlNuKVs,484
|
|
12
|
+
plain_email-0.9.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
13
|
+
plain_email-0.9.1.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
|
|
14
|
+
plain_email-0.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|