mirror of
https://github.com/neocities/neocities.git
synced 2025-08-25 18:33:33 +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
|
@ -194,7 +194,7 @@ post '/admin/email' do
|
|||
|
||||
queued_sites.each do |site|
|
||||
EmailWorker.perform_at((day.days.from_now + seconds), {
|
||||
from: 'Kyle from Neocities <kyle@neocities.org>',
|
||||
from: Site::FROM_EMAIL,
|
||||
to: site.email,
|
||||
subject: params[:subject],
|
||||
body: params[:body]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue