Ghost/core/server/services/members/emails
Rish bca41e1877 Allowed updating from address domain for member emails
refs https://github.com/TryGhost/Ghost/issues/11414

Confirms if the fromAddress for sending member emails is valid and accessible using magic link flow, allowing owners to update full from address including domain change.

- Extends member service to handle magic link generation and validation for email update
- Updates existing setting endpoint to not directly update from address
- Adds new endpoint to send magic link to new address
- Adds new endpoint for validating the magic link when clicked and update the new email for from address
- Adds new email template for from address update email
2020-06-09 00:06:07 +05:30
..
signin.js Refined member emails 2019-10-15 13:34:52 +02:00
signup.js Refined member emails 2019-10-15 13:34:52 +02:00
subscribe.js Updated member subscribe email template 2020-06-01 12:55:47 +05:30
updateEmail.js Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30