Ghost/ghost/core/test/e2e-api
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
..
admin Improved sending email addresses for self-hosters (#19617) 2024-01-30 11:21:08 +01:00
content Added portal default plan setting (#19238) 2023-12-06 11:39:58 +01:00
members Cleaned up duplicate await 2023-12-13 11:54:31 +01:00
members-comments Cleaned up duplicate await 2023-12-13 11:54:31 +01:00
shared Added portal default plan setting (#19238) 2023-12-06 11:39:58 +01:00
webmentions Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00