-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Milestone
Description
For bugs, please fill out the three following sections completely
Expected behavior
Reset password email should be configured from the shop settings
Actual Behavior
Reset password emails from address are being influenced by launchdock-connect package settings
Steps to Reproduce the Behavior
- Change the shop email to something other than
[email protected] - Reset your password
- Email will come from
[email protected]
Hard-coded in:
https://github.com/reactioncommerce/launchdock-connect/blob/development/server/email.js#L6
spencern