Couldn't find that add on.
受信メールの認証をしたい。
Railsチュートリアル 11.4 本番環境でのメール送信を学習中です。
https://railstutorial.jp/chapters/account_activation?version=6.0#sec-account_activation_emails
発生している問題・エラー
「以下のコマンドを打つと、Mailgun ダッシュボードのURLが表示されるのでブラウザで開きます。」
と言われたので、下記のコマンドを入力したのですが、タイトルにも記載しているエラーになりました。
$ heroku addons:open mailgun
または、問題・エラーが起きている画像をここにドラッグアンドドロップ
該当するソースコード
$ heroku addons:open mailgun
▸ Couldn't find that add on.
※なお、直前にHerokuアドオンを追加するコマンドを入力し、下記の結果が出ています。
(herokuアカウントでクレジットカード登録済みです)
$ heroku addons:create mailgun:starter
Creating mailgun:starter on ⬢ pure-shore-72426... !
▸ Please verify your account to install
▸ this add-on plan (please enter a credit
▸ card) For more information, see
▸ https://devcenter.heroku.com/categories/billing
▸ Verify now at https://heroku.com/verify
自分で試したこと
下記の記事を参考にやってみましたが、それでもエラーになりました。
https://qiita.com/at-946/items/ce4db1d80429d6984cfc
$ heroku git:remote -a pure-shore-72426
set git remote heroku to https://git.heroku.com/pure-shore-72426.git
$ heroku addons:open mailgun
▸ Couldn't find that add on.
また、HerokuCLIからではなく、手動でmailgunのアカウント登録と受信メールアドレス認証を行いました。
下記の画像のような結果となっております。
0