Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP mail does not go away #78

Open
criminalist opened this issue Aug 30, 2018 · 3 comments
Open

SMTP mail does not go away #78

criminalist opened this issue Aug 30, 2018 · 3 comments

Comments

@criminalist
Copy link

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.

@taobataoma
Copy link
Owner

@criminalist If you used a VPS server, please check the mail stmp port work status.

@15w34r0n3D4y
Copy link

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.

Thank you for help. :)

@taobataoma
Copy link
Owner

@15w34r0n3D4y Please check module nodemailer and settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants