X-Git-Url: https://svn.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/d56af7d5daf44cca8a2d834be055c91c7dc48643..3b944bb939d2bfffbfcd9dec2356ab284bd3dfae:/profiles/default/workflows/default_workflow/scripts/sendNotificationEmail.py

diff --git a/profiles/default/workflows/default_workflow/scripts/sendNotificationEmail.py b/profiles/default/workflows/default_workflow/scripts/sendNotificationEmail.py
index 9b833b6..17dd864 100644
--- a/profiles/default/workflows/default_workflow/scripts/sendNotificationEmail.py
+++ b/profiles/default/workflows/default_workflow/scripts/sendNotificationEmail.py
@@ -56,6 +56,6 @@ message = context.echange_mail_template(  From = sender
 										, footer=footer)
 
 
-MailHost.send( message.encode('utf-8') )
+MailHost.send( message )
 
 return recipients