mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix support emailing
This commit is contained in:
parent
36f7603142
commit
64914a7ebe
1 changed files with 2 additions and 2 deletions
4
app.rb
4
app.rb
|
@ -173,8 +173,8 @@ post '/plan/create' do
|
||||||
|
|
||||||
EmailWorker.perform_async({
|
EmailWorker.perform_async({
|
||||||
from: 'web@neocities.org',
|
from: 'web@neocities.org',
|
||||||
reply_to: current_site.email,
|
reply_to: 'contact@neocities.org',
|
||||||
to: 'contact@neocities.org',
|
to: current_site.email,
|
||||||
subject: "[Neocities] You've become a supporter!",
|
subject: "[Neocities] You've become a supporter!",
|
||||||
body: Tilt.new('./views/templates/email_subscription.erb', pretty: true).render(self, plan_name: plan_name)
|
body: Tilt.new('./views/templates/email_subscription.erb', pretty: true).render(self, plan_name: plan_name)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue