identity-vault/app/views/identity_backup_code_mailer/code_used.text.erb
nora 87bb6d4a18
Switch mailers to SES (#72)
* add premailer

* first pass at converting existing mailers

* this EIN is not yours :-P

* remove some css that probably won't work

* that was gonna bug me

* more mailers!

* s/account/auth

* rework 2fa/security mailers

* env vars for SES creds

* add OpenSSL explicitly

* use external logo image

* nuke step_up_code
2025-12-04 16:32:32 -05:00

9 lines
166 B
Text

<%= t(".greeting", first_name: @first_name) %>
<%= t(".body") %>
<%= t(".action") %>
<%= render "mailers/security_warning" %>
<%= t("mailer_common.signature") %>