Ghost/ghost/core/test/regression
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
..
api Improved sending email addresses for self-hosters (#19617) 2024-01-30 11:21:08 +01:00
mock-express-style Extracted regression tests to a separate workflow 2023-06-13 16:47:19 +02:00
models Added portal default plan setting (#19238) 2023-12-06 11:39:58 +01:00
site Added test to test default theme against linked gscan version (#19020) 2023-11-16 12:03:00 +00:00