Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117750591
D4625.1775183460.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
408 B
Referenced Files
None
Subscribers
None
D4625.1775183460.diff
View Options
diff --git a/wallace/modules.py b/wallace/modules.py
--- a/wallace/modules.py
+++ b/wallace/modules.py
@@ -152,6 +152,10 @@
if conf.debuglevel > 8:
smtp.set_debuglevel(1)
+ # Workaround smtplib's issue with 8bit encoded messages
+ if isinstance(msg, str):
+ msg = msg.encode('utf-8')
+
# Sender can't be a list
if isinstance(sender, list):
sender = sender[0]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 2:31 AM (34 m, 54 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822146
Default Alt Text
D4625.1775183460.diff (408 B)
Attached To
Mode
D4625: T7472: Work around smtplib bailing out on UTF-8 messages
Attached
Detach File
Event Timeline