Merge pull request #291 from Retrospring/add-do-not-reply-to-email

This commit is contained in:
Karina Kwiatek 2022-01-10 00:25:26 +01:00 committed by GitHub
commit dafeb48223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,5 @@
%p{ style: 'margin:0px;padding:0px' } You can confirm your account email through the link below:
%p{ style: 'margin:0px;padding:0px' }
= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http))
%p  
%p{ style: 'margin:0px;padding:0px' } Please do not reply to this email.

View File

@ -4,3 +4,5 @@ You can confirm your account email by copying link below,
and entering it into your browser.
<%= confirmation_url(@resource, confirmation_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http)) %>
Please do not reply to this email.