mirror of
https://github.com/moparisthebest/mail
synced 2025-01-10 21:18:02 -05:00
[WO-162] fix send plaintext api cal in outbox
This commit is contained in:
parent
baec8f9661
commit
75433f866c
@ -229,7 +229,9 @@ define(function(require) {
|
||||
};
|
||||
|
||||
// send invitation mail
|
||||
self._emailDao.sendPlaintext(invitationMail, function(err) {
|
||||
self._emailDao.sendPlaintext({
|
||||
email: invitationMail
|
||||
}, function(err) {
|
||||
if (err) {
|
||||
self._outboxBusy = false;
|
||||
if (err.code === 42) {
|
||||
|
Loading…
Reference in New Issue
Block a user