-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
status: can not reproduceNot enough information to reproduceNot enough information to reproduce
Description
Bug report
Required System information
- Node.js version: v14.17.1
- NPM version: 6.14.15
- Strapi version: 4.2.3
- Database: sqlite
- Operating system: OS X 12.4
Describe the bug
I'm quite new to Strapi. I tried to configure nodemailer to send email via smtp.
Steps to reproduce the behavior
-
Install nodemailer provider Doc
npm install @strapi/provider-email-nodemailer --save -
Configure the plugin.js for local development
- Start MailDev via Docker
docker run -p 1080:1080 -p 1025:1025 maildev/maildev
- Test email delivery
- Error in the console
error: Couldn't send test email: can not connect to any SMTP server.
Error: Couldn't send test email: can not connect to any SMTP server.Expected behavior
Sending a test email successfully.
Additional context
Github repo for reproduction.
https://github.com/iwoogy/StrapiNodeMailerDev
Metadata
Metadata
Assignees
Labels
status: can not reproduceNot enough information to reproduceNot enough information to reproduce




