mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
last fix to contact
This commit is contained in:
parent
5e4c54faf2
commit
f059772d5e
1 changed files with 5 additions and 4 deletions
|
@ -4,10 +4,11 @@ class EmailWorker
|
|||
|
||||
def perform(args={})
|
||||
Mail.deliver do
|
||||
from args['from']
|
||||
to args['to']
|
||||
subject args['subject']
|
||||
body args['body']
|
||||
from args['from']
|
||||
reply_to args['reply_to']
|
||||
to args['to']
|
||||
subject args['subject']
|
||||
body args['body']
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue