do trim on body before sending

This commit is contained in:
Tankred Hase 2014-01-15 14:32:13 +01:00
parent 97accd0221
commit f115e0cc1d
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ define(function(require) {
cc: [],
bcc: [],
subject: $scope.subject, // Subject line
body: $scope.body // use parsed plaintext body
body: $scope.body.trim() // use parsed plaintext body
};
email.from = [{
name: '',