Skip to content

Conversation

@nichgalzin
Copy link
Contributor

@nichgalzin nichgalzin commented Jan 13, 2025

Description

Closes #58
This pull request includes several important changes to the email configuration and service files, as well as updates to dependencies in the package.json file. The most significant changes involve switching the email provider from SendGrid to Nodemailer and adding new email templates for password reset and email confirmation.

Email Configuration Changes:

  • config/plugins.js: Changed email provider from SendGrid to Nodemailer and updated the configuration settings accordingly.

Dependency Updates:

  • package.json: Added the @strapi/provider-email-nodemailer dependency.

Email Service Enhancements:

Necessary ENV variables to add to deployed backend:
SMTP_HOST=
SMTP_PORT=
SMTP_USERNAME=n
SMTP_PASSWORD=
EMAIL_FROM=
EMAIL_REPLY_TO=

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

Successfully merging this pull request may close these issues.

2 participants