Thank you, but the email still does not arrive, the user of the email must be created somehow? or just put the email and password that I decide and send mails? here
I get this on the console at the end
info: bc824758-d68e-4258-bb2d-118371ae736a End processing message, deleted .tmp\bc824758-d68e-4258-bb2d-118371ae736a
CODE:
nodeMailin.on("authorizeUser", function (connection, username, password, done) { if (username == "user" && password == "passs") { done(null, true); } else { done(new Error("Unauthorized!"), false); } });
Originally posted by @emanuelgamer011 in #39 (comment)
I get this on the console at the end
info: bc824758-d68e-4258-bb2d-118371ae736a End processing message, deleted .tmp\bc824758-d68e-4258-bb2d-118371ae736aCODE:
nodeMailin.on("authorizeUser", function (connection, username, password, done) { if (username == "user" && password == "passs") { done(null, true); } else { done(new Error("Unauthorized!"), false); } });Originally posted by @emanuelgamer011 in #39 (comment)