Skip to content

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 #40

@emanueldev1

Description

@emanueldev1
    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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions