Skip to content

Instantly share code, notes, and snippets.

@Xiangshen-Meng
Created April 8, 2016 02:57
Show Gist options
  • Save Xiangshen-Meng/7418d6f1c59d4a17d4f652de53b799df to your computer and use it in GitHub Desktop.
Save Xiangshen-Meng/7418d6f1c59d4a17d4f652de53b799df to your computer and use it in GitHub Desktop.
- if @record.unconfirmed_email
p
'Boxil運営事務局です。
p
'メールアドレスの変更依頼を受け付けました。以下のメールアドレス確認用URLに
br
'アクセスして、メールアドレスの変更を完了させてください。
p
'【確認用URL】
p
= link_to user_confirmation_url(confirmation_token: @token), user_confirmation_url(confirmation_token: @token)
p
'上記の確認作業が完了しないと、Boxil のサービスが正常に利用できません。
br
'必ず、ご確認を行って頂きますようお願い致します。
- else
p
'ユーザー登録を受付ました。
p
'以下のアドレスをクリックすることで、登録確認が完了します。
p
'【確認用URL】
p
= link_to user_confirmation_url(confirmation_token: @token), user_confirmation_url(confirmation_token: @token)
p
'上記の確認作業が完了しないと、Boxil のサービスが正常に利用できません。
br
'必ず、登録確認を行って頂きますようお願い致します。
p
'良い取引が出来る事を、Boxil運営事務局一同願っております!
br
'※このメッセージは、Boxilへ登録をした方へ送信しております。心当たりのない場合はお手数ですが[email protected]までご連絡頂ますようお願い致します。
br
p
'スマートキャンプ株式会社 http://smartcamp.asia
p
'お問い合わせ先 [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment