1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00
الملفات
postal/app/views/app_mailer/password_reset.text.erb
2024-02-26 12:41:57 +00:00

13 أسطر
523 B
Plaintext

Hello there,
You (or someone pretending to be you) have requested a new password for your Postal account. To choose a new password, please click the link below and you'll be able to create a new password and login to Postal.
<%= Postal.host_with_protocol %>/login/reset/<%= @user.password_reset_token %><%= @return_to ? "?return_to=#{ERB::Util.url_encode(@return_to)}" : '' %>
If you didn't request this, you can ignore this e-mail.
Thanks,
<%= Postal::Config.smtp.from_name %>
<%= Postal::Config.smtp.from_address %>