diff --git a/process/Email_lib/process.js b/process/Email_lib/process.js
index b7fc1638e96517b804b94c37b01b44fc6b3dd7dd..7b719e44a5218a10f68187a504de567333f5b0ce 100644
--- a/process/Email_lib/process.js
+++ b/process/Email_lib/process.js
@@ -127,6 +127,8 @@ Email.prototype.getRFCmail = function ()
 
     if (this.body)
         mail.addText(mailId, this.body, "text/html", ENCODING, null);
+    else
+        mail.addText(mailId, "", "text/html", ENCODING, null);
     
     //"X-Unsent" is a very badly, non-standardised header to gently ask the mail client that the mail should open in a compose-mode
     //this is mainly done for Microsoft Outlook for Windows.