Check against the raw headers of the mail as @mail.from excludes the display name Extract shared logic between notifier methods
4 lines
260 B
Text
4 lines
260 B
Text
!= t('notifier.hello', :name => @notification.recipient.profile.first_name)
|
|
|
|
!= t('notifier.confirm_email.click_link', :unconfirmed_email => @notification.recipient.unconfirmed_email)
|
|
!= confirm_email_url(:token => @notification.recipient.confirm_email_token)
|