Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Improved sending email addresses for self-hosters #19617

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

SimonBackx
Copy link
Contributor

@SimonBackx SimonBackx commented Jan 30, 2024

ref #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.

fixes TryGhost#12802

- 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.
@SimonBackx SimonBackx requested a review from sagzy January 30, 2024 08:38
@SimonBackx SimonBackx merged commit 7d0be3f into TryGhost:main Jan 30, 2024
20 checks passed
@SimonBackx SimonBackx deleted the improved-sending-email-addresses branch January 30, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants