mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
little notes
This commit is contained in:
parent
8c948cb532
commit
cac386a099
1 changed files with 16 additions and 0 deletions
|
@ -2,10 +2,26 @@ class ApplicationMailer < ActionMailer::Base
|
|||
append_view_path Rails.root.join('app', 'views', 'mailers')
|
||||
layout 'mailer'
|
||||
|
||||
before_action :verification_before_send
|
||||
|
||||
def registrant_confirm_url(domain:, method:)
|
||||
token = domain.registrant_verification_token
|
||||
base_url = ENV['registrant_portal_verifications_base_url']
|
||||
|
||||
"#{base_url}/confirmation/#{domain.name_puny}/#{method}/#{token}"
|
||||
end
|
||||
|
||||
def verification_before_send
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
p mail
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
p '==================================================================='
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue