mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 00:02:00 +02:00
fix password reset, fix ip blocker, turn off js for now
This commit is contained in:
parent
6245319bc1
commit
93f7918340
4 changed files with 21 additions and 8 deletions
|
@ -4,10 +4,10 @@ class EmailWorker
|
|||
|
||||
def perform(args={})
|
||||
Mail.deliver do
|
||||
from args[:from]
|
||||
to args[:to]
|
||||
subject args[:subject]
|
||||
body args[:body]
|
||||
from args['from']
|
||||
to args['to']
|
||||
subject args['subject']
|
||||
body args['body']
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue