mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
unsubscribe not subscribe
This commit is contained in:
parent
cff1c3a20b
commit
6116e90e62
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class EmailWorker
|
|||
if args['no_footer']
|
||||
footer = ''
|
||||
else
|
||||
footer = "\n\n---\nYou are receiving this email because you have a Neocities site. If you would like to subscribe from Neocities emails, just visit this url:\nhttps://neocities.org/settings/unsubscribe_email?email=#{Rack::Utils.escape args['to']}&token=#{unsubscribe_token}"
|
||||
footer = "\n\n---\nYou are receiving this email because you have a Neocities site. If you would like to unsubscribe from Neocities emails, just visit this url:\nhttps://neocities.org/settings/unsubscribe_email?email=#{Rack::Utils.escape args['to']}&token=#{unsubscribe_token}"
|
||||
end
|
||||
|
||||
Mail.deliver do
|
||||
|
|
Loading…
Add table
Reference in a new issue