mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 23:16:23 +02:00
Modified identification request webhook
This commit is contained in:
parent
d04622c49f
commit
0085f99e02
14 changed files with 292 additions and 19 deletions
44
app/views/mailers/registrar_mailer/contact_verified.html.erb
Normal file
44
app/views/mailers/registrar_mailer/contact_verified.html.erb
Normal file
|
@ -0,0 +1,44 @@
|
|||
Tere,
|
||||
<br><br>
|
||||
<p>
|
||||
Anname teada, et järgmise kontakti kinnitamisprotsess on edukalt lõpule viidud.
|
||||
</p>
|
||||
<h3>Kontaktandmed:</h3>
|
||||
<ul>
|
||||
<li><strong>Kood:</strong> <%= @contact.code %></li>
|
||||
<li><strong>Nimi:</strong> <%= @contact.name %></li>
|
||||
<li><strong>Identifikaator:</strong> <%= ident_for(@contact) %></li>
|
||||
</ul>
|
||||
<p>
|
||||
Täielikud tulemused leiate manuses olevast PDF-failist.
|
||||
</p>
|
||||
Kui Teil on küsimusi seoses kontakti kinnitamise või muude teenustega registripidaja portaalis, võtke meiega ühendust.
|
||||
</p>
|
||||
<p>
|
||||
Parimate soovidega,
|
||||
</p>
|
||||
<%= render 'mailers/shared/signatures/signature.et.html' %>
|
||||
<hr>
|
||||
<br><br>
|
||||
|
||||
Hi,
|
||||
<br><br>
|
||||
<p>
|
||||
We are writing to inform you that the verification process for the following contact has been successfully completed.
|
||||
</p>
|
||||
<h3>Contact Details:</h3>
|
||||
<ul>
|
||||
<li><strong>Code:</strong> <%= @contact.code %></li>
|
||||
<li><strong>Name:</strong> <%= @contact.name %></li>
|
||||
<li><strong>Ident:</strong> <%= ident_for(@contact) %></li>
|
||||
</ul>
|
||||
<p>
|
||||
The full result can be found in the attached PDF file.
|
||||
</p>
|
||||
<p>
|
||||
If you have any questions regarding the contact verification or other services in the Registrar Portal, please do not hesitate to reach out to us.
|
||||
</p>
|
||||
<p>
|
||||
Best regards,
|
||||
</p>
|
||||
<%= render 'mailers/shared/signatures/signature.en.html' %>
|
32
app/views/mailers/registrar_mailer/contact_verified.text.erb
Normal file
32
app/views/mailers/registrar_mailer/contact_verified.text.erb
Normal file
|
@ -0,0 +1,32 @@
|
|||
Tere,
|
||||
|
||||
Anname teada, et järgmise kontakti kinnitamisprotsess on edukalt lõpule viidud.
|
||||
|
||||
Kontaktandmed:
|
||||
- Kood: <%= @contact.code %>
|
||||
- Nimi: <%= @contact.name %>
|
||||
- Identifikaator: <%= ident_for(@contact) %>
|
||||
|
||||
Täielikke tulemusi saab vaadata kontakti lehelt registripidaja portaalis.
|
||||
|
||||
Kui Teil on küsimusi seoses kontakti kinnitamise või muude teenustega registripidaja portaalis, võtke meiega ühendust.
|
||||
|
||||
Parimate soovidega,
|
||||
<%= render 'mailers/shared/signatures/signature.et.text' %>
|
||||
---
|
||||
|
||||
Hi,
|
||||
|
||||
We are writing to inform you that the verification process for the following contact has been successfully completed.
|
||||
|
||||
Contact Details:
|
||||
- Code: <%= @contact.code %>
|
||||
- Name: <%= @contact.name %>
|
||||
- Ident: <%= ident_for(@contact) %>
|
||||
|
||||
The full result can be viewed on the contact page in the Registrar Portal.
|
||||
|
||||
If you have any questions regarding the contact verification or other services in the Registrar Portal, please do not hesitate to reach out to us.
|
||||
|
||||
Best regards,
|
||||
<%= render 'mailers/shared/signatures/signature.en.text' %>
|
Loading…
Add table
Add a link
Reference in a new issue