add note about insecure connections, #65
This commit is contained in:
parent
16d085c9d1
commit
079e5d19da
@ -178,8 +178,9 @@ port
|
|||||||
|
|
||||||
security
|
security
|
||||||
use a secure connection to the server, possible values: *none*, *starttls*
|
use a secure connection to the server, possible values: *none*, *starttls*
|
||||||
or *ssl*. Python 2.X probably does not validate certificates (needs
|
or *ssl*. Note, that Python does not validate the server's certificate and
|
||||||
research). But you should use a dedicated email account anyways.
|
thus the connection is vulnerable to Man-in-the-Middle attacks. Therefore,
|
||||||
|
you should definitely use a dedicated SMTP account for Isso.
|
||||||
|
|
||||||
to
|
to
|
||||||
recipient address, e.g. your email address
|
recipient address, e.g. your email address
|
||||||
|
Loading…
Reference in New Issue
Block a user