Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
685810c3
Commit
685810c3
authored
Jun 02, 2021
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! MailHost: Set SMTP socket timeout to 16s (#20161019-4A3BD2)
See commit
ec3c9cbc
.
parent
248940fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ERP5Type/patches/MailHost.py
product/ERP5Type/patches/MailHost.py
+1
-1
No files found.
product/ERP5Type/patches/MailHost.py
View file @
685810c3
...
...
@@ -39,7 +39,7 @@ MailBase__makeMailer = MailBase._makeMailer
def
_makeMailer
(
self
):
""" Create a SMTPMailer """
smtp_mailer
=
MailBase__makeMailer
(
self
)
smtp_mailer
.
SMTP
=
partial
(
smtp_mailer
.
smtp
,
timeout
=
self
.
smtp_socket_timeout
)
smtp_mailer
.
smtp
=
partial
(
smtp_mailer
.
smtp
,
timeout
=
self
.
smtp_socket_timeout
)
return
smtp_mailer
MailBase
.
_makeMailer
=
_makeMailer
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment