I responded to someone with a similar issue: "There's multiple ways to get to that section if you don't see it under your authorized recipients (which is off to the right side on larger screens). If you click your name in the upper right to pull up account options, there should be an API Security option that will take you to the same page you'll need for your API key." Are you able to see the section off to the right? Otherwise try clicking your name at the top right to pull up account options.
@@covalence-io He isnt talking about that, when we click the "API keys" button opening screen doesnt have any "Private API Key". I guess they updated their website.
For anyone having this issue check out this article and see if it helps. It looks like you can generate as many "Private API keys" as you want now. The Mailgun API keys should work exactly the same way, help.mailgun.com/hc/en-us/articles/203380100-Where-Can-I-Find-My-API-Key-and-SMTP-Credentials
There's multiple ways to get to that section if you don't see it under your authorized recipients (which is off to the right side on larger screens). If you click your name in the upper right to pull up account options, there should be an API Security option that will take you to the same page you'll need for your API key.
How can I solve this? yarn : The term 'yarn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + yarn add mailgun.js form-data + ~~~~ + CategoryInfo : ObjectNotFound: (yarn:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
First, it does not have a private key in the list. Second, this is the most confusing site I've ever seen. Thirdly, no examples were added. As a front-end developer, I have not found a way to do this. Whoever made this service must have flown somewhere from outer space. Made purely for myself and not for users.
It definitely isn't the most friendly, but it does work. Mailgun seems to have updated to allow users to create as many API keys as they want instead of just providing them with one. If you follow this article to create a Mailgun API key it should work the same way: help.mailgun.com/hc/en-us/articles/203380100-Where-Can-I-Find-My-API-Key-and-SMTP-Credentials I also have other parts showing Sendgrid and Mandrill as well if you'd like to give another service a try.
any chance you have this exact tutorial but in vue/nuxt?
Thank you! I tried to do it myself, following the documentation, but I must've missed something, now everything works!
Glad it helped!
I also cannot see the Private API Key, any help is much appreciated, Thanks
I responded to someone with a similar issue: "There's multiple ways to get to that section if you don't see it under your authorized recipients (which is off to the right side on larger screens). If you click your name in the upper right to pull up account options, there should be an API Security option that will take you to the same page you'll need for your API key."
Are you able to see the section off to the right? Otherwise try clicking your name at the top right to pull up account options.
@@covalence-io He isnt talking about that, when we click the "API keys" button opening screen doesnt have any "Private API Key". I guess they updated their website.
For anyone having this issue check out this article and see if it helps. It looks like you can generate as many "Private API keys" as you want now. The Mailgun API keys should work exactly the same way, help.mailgun.com/hc/en-us/articles/203380100-Where-Can-I-Find-My-API-Key-and-SMTP-Credentials
@@covalence-io Yes they work same
I cannot see the private key option in my account
There's multiple ways to get to that section if you don't see it under your authorized recipients (which is off to the right side on larger screens). If you click your name in the upper right to pull up account options, there should be an API Security option that will take you to the same page you'll need for your API key.
How can I solve this?
yarn : The term 'yarn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
At line:1 char:1
+ yarn add mailgun.js form-data
+ ~~~~
+ CategoryInfo : ObjectNotFound: (yarn:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
you need to install yarn first. `npm install --global yarn`
where do i find cute developers like this? just asking for my project
Hello
First, it does not have a private key in the list. Second, this is the most confusing site I've ever seen. Thirdly, no examples were added. As a front-end developer, I have not found a way to do this. Whoever made this service must have flown somewhere from outer space. Made purely for myself and not for users.
It definitely isn't the most friendly, but it does work. Mailgun seems to have updated to allow users to create as many API keys as they want instead of just providing them with one. If you follow this article to create a Mailgun API key it should work the same way: help.mailgun.com/hc/en-us/articles/203380100-Where-Can-I-Find-My-API-Key-and-SMTP-Credentials
I also have other parts showing Sendgrid and Mandrill as well if you'd like to give another service a try.