18/01/23 - 21h
parent
0af72c415e
commit
577d27e06f
|
@ -2,11 +2,9 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="1122d9e2-679f-46d6-8c4f-97e9ae4041b5" name="Changes" comment="15/01/2023 - 22h">
|
||||
<change afterPath="$PROJECT_DIR$/tools_cherif/tools_cherif.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/prj_common.py" beforeDir="false" afterPath="$PROJECT_DIR$/prj_common.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/tools_cherif/tools_cherif.py" beforeDir="false" afterPath="$PROJECT_DIR$/tools_cherif/tools_cherif.py" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
3146
Log/log_file.log
3146
Log/log_file.log
File diff suppressed because it is too large
Load Diff
|
@ -34,9 +34,9 @@ def email_validation():
|
|||
check_format=True,
|
||||
check_blacklist=True,
|
||||
check_dns=True,
|
||||
dns_timeout=5,
|
||||
dns_timeout=10,
|
||||
check_smtp=True,
|
||||
smtp_timeout=5,
|
||||
smtp_timeout=10,
|
||||
smtp_helo_host='smtp.office365.com',
|
||||
smtp_from_address='support@mysy-training.com',
|
||||
smtp_skip_tls=False,
|
||||
|
|
Loading…
Reference in New Issue