Emails by API: Part 3 - Mailgun

Поділитися
Вставка
  • Опубліковано 22 лис 2024

КОМЕНТАРІ • 16

  • @devinschumacher
    @devinschumacher 6 місяців тому

    any chance you have this exact tutorial but in vue/nuxt?

  • @davidmarian8164
    @davidmarian8164 Рік тому +1

    Thank you! I tried to do it myself, following the documentation, but I must've missed something, now everything works!

  • @ItsBowee
    @ItsBowee Рік тому

    I also cannot see the Private API Key, any help is much appreciated, Thanks

    • @covalence-io
      @covalence-io  11 місяців тому

      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.

    • @bigbadcatbigbcy2933
      @bigbadcatbigbcy2933 9 місяців тому

      @@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.

    • @covalence-io
      @covalence-io  9 місяців тому

      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

    • @bigbadcatbigbcy2933
      @bigbadcatbigbcy2933 9 місяців тому

      @@covalence-io Yes they work same

  • @laxkararti5351
    @laxkararti5351 Рік тому +1

    I cannot see the private key option in my account

    • @covalence-io
      @covalence-io  Рік тому

      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.

  • @apolobet
    @apolobet 9 місяців тому

    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

    • @covalence-io
      @covalence-io  9 місяців тому

      you need to install yarn first. `npm install --global yarn`

  • @HelenSavluk
    @HelenSavluk 2 місяці тому

    where do i find cute developers like this? just asking for my project

  • @Сергій-о8э2э
    @Сергій-о8э2э 9 місяців тому

    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.

    • @covalence-io
      @covalence-io  9 місяців тому

      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.