Skip to content

notification email not sent #4783

@edtriedcoding

Description

@edtriedcoding

Describe the bug
Hi team 👋
I’m following the supabase guide on customizing email templates for local development: https://supabase.com/docs/guides/local-development/customizing-email-templates

Custom email templates are working, but I’ve noticed that the "password changed" notification email is never sent after password is successfully updated. This is also the case for other notification emails.

To Reproduce
Steps to reproduce the behavior:

  1. My config.toml
[auth.email.template.recovery]
subject = "Reset password"
content_path = "./supabase/templates/recovery.html"

[auth.email.notification.password_changed]
enabled = true
subject = "Your password has been changed"
content_path = "./templates/password_changed_notification.html"
  1. Trigger a password reset flow.
  2. Complete reset password flow.
  3. no password changed notification email is received

Expected behavior
notification email should have been sent

System information

  • Version of CLI: v2.74.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions