This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
anoopmb
/
frappe
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
[hotfix] encode the email message to utf8 before sending mail (
#3785
)
* [hotfix] encode the email message to utf8 before sending mail * [minor] review fixes
version-14
Makarand Bauskar
пре 8 година
committed by
GitHub
родитељ
ff248fd4fa
комит
22475a046c
1 измењених фајлова
са
1 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/email/queue.py
+ 1
- 0
frappe/email/queue.py
Прегледај датотеку
@@ -474,6 +474,7 @@ def prepare_message(email, recipient, recipients_list):
message = message.replace("<!--recipient-->", recipient)
message = (message and message.encode('utf8')) or ''
if not email.attachments:
return message
Write
Preview
Loading…
Откажи
Сачувај