Hi <%= @user.name %>,

You recently changed your email address on <%= Danbooru.config.app_name %>. Click the link below to verify your new email address.

<%= link_to "Verify email address", verify_user_email_url(@user, email_verification_key: Danbooru::MessageVerifier.new(:email_verification_key).generate(@user.email_address.id)) %>

If you did not recently change your email address on <%= Danbooru.config.app_name %>, you may delete and ignore this email.