-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
退会完了メールのBCCにinfo@lokka.jpを追加する #7377
Conversation
@SuzukaHori さん、丁寧にレビューしていただきありがとうございました! またぜひ教えていただけますと嬉しいです🙇♂️ ないかなと思いますが、ローカルで確認したいときは以下のコマンドを入力していただけますと嬉しいです git branch -m feat/yocchan/retire-bcc feature/add-bcc-to-retire-email
git fetch origin
git branch -u origin/feature/add-bcc-to-retire-email feature/add-bcc-to-retire-email
git remote set-head origin -a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRの作り直し、ありがとうございます🙏
ブランチ名と文面の修正を確認しました!(リモートブランチにはgit checkout origin/feature/add-bcc-to-retire-email
で問題なく切り替えられました👍)
私からはApproveさせていただきます🎉🎉
@komagata さん、suzukaさんに確認いただきました! suzukaさん またよろしくお願いいたします🙇 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させて頂きました。OKです〜🙆♂️
Issue
概要
ユーザが退会した時にbccでinfo@lokka.jpにもメールが飛ぶようにしました
変更確認方法
feature/add-bcc-to-retire-email
をローカルに取り込むbin/rails s
でローカル環境を立ち上げるinfo@lokka.jp
も追加されているか確認するrails db:migrate:reset
とrails db:seed
で退会を元に戻せます!変更前
変更後