Ghost/ghost/core/test/regression/api/admin
Simon Backx 7d0be3f1a9
Improved sending email addresses for self-hosters (#19617)
ref https://github.com/TryGhost/Ghost/issues/12802
fixes DMA-27

- You can choose any support and newsletter email address in the UI
without verification (as long as your SMTP-server / Mailgun can send
from it)
- All emails will use the mail.from config as the from address as a
default:
- Staff notification emails no longer use the made up ghost@domain email
address
    - Newsletters no longer default to 'noreply@domain' 
- Member related emails (signin/signup/comment notifications...) will
continue to be send from the chosen support address (Portal settings →
Account page), but will now default to the mail.from config instead of
noreply@domain if no support address is set.
2024-01-30 11:21:08 +01:00
..
__snapshots__ Improved sending email addresses for self-hosters (#19617) 2024-01-30 11:21:08 +01:00
authentication.test.js Added Source as the new default theme 2023-10-03 14:02:08 +02:00
db.test.js 🔒 Fixed arbitrary file read via symlinks in content import 2023-08-15 13:01:11 +02:00
identities.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
images.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
members-importer.test.js Added email address alignment protections (#19094) 2023-11-23 10:25:30 +01:00
members-signin-url.test.js Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
notifications.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
pages.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
posts.test.js Removed old email flow (#16349) 2023-03-07 16:08:40 +01:00
redirects.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
schedules.test.js Replaced Bluebird Promise.mapSeries with sequence util (#17008) 2023-06-23 09:04:37 +02:00
settings.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
slack.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
update-user-last-seen.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
users.test.js Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
utils.js Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
webhooks.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00