Learn how to install and configure the Nodemailer notification provider plugin for Medusa.
@perseidesjs/notification-nodemailer
plugin in your Medusa project:
nodemailer
package:
medusa-config.ts
:
.env
file with your SMTP configuration:
from
: Default sender email addresshost
: SMTP server hostnameport
: SMTP server port (e.g., 587 for TLS, 465 for SSL)secure
: Use TLS/SSL (default: false)auth
: Authentication credentials (user and pass)