mirror of
https://github.com/neocities/neocities.git
synced 2025-08-20 16:23:51 +02:00
use noreply for emails, changing support email to reduce spam, less email notifications
This commit is contained in:
parent
3237ee6809
commit
5d56e12561
11 changed files with 16 additions and 44 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue