mail(to: @user.notification_email_or_default,subject: subject(_("Your personal access tokens will expire in %{days_to_expire} days or less")%{days_to_expire: @days_to_expire}))
mail(to: @user.notification_email,subject: subject(_("Your personal access tokens will expire in %{days_to_expire} days or less")%{days_to_expire: @days_to_expire}))
-commit_email_docs_link=s_('Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}').html_safe%{commit_email_link_start: commit_email_link_start,commit_email_link_end: '</a>'.html_safe}