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:
parent
97accd0221
commit
f115e0cc1d
@ -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: '',
|
||||
|
Loading…
Reference in New Issue
Block a user