You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mailer: {
from: process.env.MAILER_FROM || '[email protected]',
options: {
service: process.env.MAILER_SERVICE_PROVIDER || 'Gmail',
imap: process.env.MAILER_IMAP || 'imap.gmail.com',
auth: {
user: process.env.MAILER_EMAIL_ID || '[email protected]',
pass: process.env.MAILER_PASSWORD || 'mailpassword'
}
}
},
Hi, I did everything according to the instructions when configuring the mail but the mail does not go, how can I switch to sendmail? my attempts did not lead to anything, I took all the information from the official site of the nodemailer application.
The text was updated successfully, but these errors were encountered:
Hey can u help please, i got two problems first is i can't send mail with "imap.gmail.com" can i use other service provider? Second problem is don't know how connect to "meanTorrent" database I need delete character because can't use same email again.
mailer: {
from: process.env.MAILER_FROM || '[email protected]',
options: {
service: process.env.MAILER_SERVICE_PROVIDER || 'Gmail',
imap: process.env.MAILER_IMAP || 'imap.gmail.com',
auth: {
user: process.env.MAILER_EMAIL_ID || '[email protected]',
pass: process.env.MAILER_PASSWORD || 'mailpassword'
}
}
},
Hi, I did everything according to the instructions when configuring the mail but the mail does not go, how can I switch to sendmail? my attempts did not lead to anything, I took all the information from the official site of the nodemailer application.
The text was updated successfully, but these errors were encountered: