mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
Merge branch 'dev/invitation'
This commit is contained in:
commit
c19aa10fb0
@ -182,7 +182,7 @@ define(function(require) {
|
||||
invitationMail = {
|
||||
from: [sender],
|
||||
to: [recipient],
|
||||
subject: str.subjectPrefix + str.invitationSubject,
|
||||
subject: str.invitationSubject,
|
||||
body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n\n' + str.signature
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user