1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-24 00:08:48 -05:00

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

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: '',