0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members
Rish ac146f1e3b Updated ownership verification email flow to use different From address
no issue

- In a recent change to ownership verification email flow, we changed the FROM address of ownership verification mails to use the same email as the one we are verifying, aka TO address.
- Email clients like Gmail flags off such emails as possible spam
- Fix updates the `FROM` address to `noreply@domain.com` where domain.com is domain for TO address
-  In case the TO is already noreply@domain.com, we use no-reply@domain.com to bypass the same address restriction.
2020-09-17 19:52:51 +05:30
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
importer 🐛 Fixed table constraint error when updating member's email with an already existing email (#12178) 2020-09-10 16:03:57 +12:00
api.js Updated sender address for member auth emails to support address 2020-08-31 18:09:38 +05:30
config.js Fixed missing domain for default support address 2020-09-03 16:34:47 +05:30
content-gating.js
index.js Added handling for new members support/reply email addresses 2020-08-31 18:09:38 +05:30
limit.js Switched to bookshelf count in getTotalMembers() 2020-08-27 01:52:36 +01:00
middleware.js Added blog domain for default support address 2020-09-17 12:33:16 +05:30
settings.js Updated ownership verification email flow to use different From address 2020-09-17 19:52:51 +05:30
stripe-connect.js Encoded the mode in the Stripe Connect OAuth state 2020-06-10 14:06:57 +02:00
utils.js