mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 11:58:28 +02:00
last minute tweaks for contact
This commit is contained in:
parent
d7819fd25f
commit
5e4c54faf2
2 changed files with 4 additions and 4 deletions
4
app.rb
4
app.rb
|
@ -443,9 +443,9 @@ post '/contact' do
|
|||
else
|
||||
EmailWorker.perform_async({
|
||||
from: 'web@neocities.org',
|
||||
replyto: params[:email],
|
||||
reply_to: params[:email],
|
||||
to: 'contact@neocities.org',
|
||||
subject: "[NeoCities] Contact: #{params[:subject]}",
|
||||
subject: "[NeoCities Contact]: #{params[:subject]}",
|
||||
body: params[:body]
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue