Hi
I have created a Sendgrid Account an have username and password which I am using as the username and api key.
I am testing the Sendgrid Service and get the following response....
{
"status":"400 Bad Request",
"url":"https://sendgrid.com/api/mail.send.json",
"response":{
"message":"error",
"errors":[
"account disabled"
]
}
}
I changed http:// to https:// according to the sendgrid api docs. Does not work either.
Any direction here please? Thank you.