use noreply for emails, changing support email to reduce spam, less email notifications

This commit is contained in:
Kyle Drake 2025-07-27 14:45:36 -05:00
parent 3237ee6809
commit 5d56e12561
11 changed files with 16 additions and 44 deletions

View file

@ -85,7 +85,7 @@ def send_confirmation_email(site=current_site)
EmailWorker.perform_async({
from: 'web@neocities.org',
reply_to: 'contact@neocities.org',
reply_to: 'noreply@neocities.org',
to: site.email,
subject: "[Neocities] Confirm your email address",
body: Tilt.new('./views/templates/email/confirm.erb', pretty: true).render(self, site: site)