more debugs
This commit is contained in:
parent
c9a6fb1a2a
commit
91e8994109
@ -642,6 +642,8 @@ Cloudron.prototype.sendMail = function (account, to, callback) {
|
||||
text: 'This release depends on you'
|
||||
};
|
||||
|
||||
debug('Sending mail with options %j', mailOptions);
|
||||
|
||||
transport.sendMail(mailOptions, callback);
|
||||
};
|
||||
|
||||
|
@ -192,6 +192,8 @@ ImapProbe.prototype.probe = function (needle, callback) {
|
||||
debug('Connection ended');
|
||||
});
|
||||
|
||||
debug('probing for %j', needle);
|
||||
|
||||
this._connection.once('ready', function () {
|
||||
debug('Connection success');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user