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={})
|
def perform(args={})
|
||||||
Mail.deliver do
|
Mail.deliver do
|
||||||
from args['from']
|
from args['from']
|
||||||
to args['to']
|
reply_to args['reply_to']
|
||||||
subject args['subject']
|
to args['to']
|
||||||
body args['body']
|
subject args['subject']
|
||||||
|
body args['body']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue