Giter Site home page Giter Site logo

Comments (8)

theycallmeswift avatar theycallmeswift commented on June 27, 2024

What version of the library are you using?

from sendgrid-php.

caseysoftware avatar caseysoftware commented on June 27, 2024

I can't find a version number. :(

But I assume it's the latest because it has this commit: d292263

from sendgrid-php.

martyndavies avatar martyndavies commented on June 27, 2024

@caseysoftware Is still this still an issue for you?

from sendgrid-php.

caseysoftware avatar caseysoftware commented on June 27, 2024

Yes, I just set incorrect credentials and received the same message. It could be as simple as catching the error and giving a more expressive error message.

Here's a post that covers one strategy: http://stackoverflow.com/a/2146171

from sendgrid-php.

theycallmeswift avatar theycallmeswift commented on June 27, 2024

My first thought was just to wrap the underlying call to the SwiftMailer send method in a try...catch. For whatever reason, that doesn't work. May have something to do with the version of SwiftMailer we are using. Will try again once we upgrade (coming in the next few days).

from sendgrid-php.

motdotla avatar motdotla commented on June 27, 2024

@caseysoftware this will be ready soon. It's part of version 1.0.3. Once I get access to push up to packagist, it will be available. Until then, you could setup your composer.json to look like:

...
"sendgrid/sendgrid": "dev-master"
...

https://packagist.org/packages/sendgrid/sendgrid

That will put you on edge, but if you can wait, just wait to version 1.0.3 is officially released.

Thanks for your help to us on all this.

from sendgrid-php.

caseysoftware avatar caseysoftware commented on June 27, 2024

Thank you sir and much appreciated. :)

from sendgrid-php.

motdotla avatar motdotla commented on June 27, 2024

@caseysoftware that is live now as 1.0.3. By design you'll still have to catch the error, but now the error will look like this (just tested by hand as well on a separate project utilizing this library)

Uncaught exception 'SendGrid\AuthException' with message 'Bad username / password'

from sendgrid-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.