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