i am login using following code....
--------------------------------------------------------------
App::import('Core', 'HttpSocket');
$HttpSocket = new HttpSocket();
$results = $HttpSocket->POST('https://sendgrid.com/api/bounces.get....;
i am getting this error.....
24 {"error": "Bad username / password"} 0
-
Hello,
You didn't post the portion of your code that includes your username & password; please do that for further assistance.
Also, please try manually connecting via Telnet from the same machine that's running your code; this can tell you if your connection is good, or is your username & password might be wrong. -
-
App::import('Core', 'HttpSocket');
$HttpSocket = new HttpSocket();
$results = $HttpSocket->POST('https://sendgrid.com/api/bounces.get....; -
-
Yes... Its worked for me.... I removed domain name from username.
I have another question.
How do i get retrieve sentitems from sendgrid? -
-
We don't save message content, that's up to you to save on your side before you send to us. If you want delivered reports, please look into the Event APi
-
Loading Profile...



Twitter,
Facebook, or email.

EMPLOYEE
