We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am writing code to send email using Sparkpost API. My sending domain is in "Sending" status right now.
Could you please tell me that this error occurs because of sending domian's status (i.e. Sending) or anything else is causing this error?
Here is my code snippet:
Here is the response of API: 400 Bad Request. Content: {"errors":[{"message":"No sending domain specified","code":"7001"}]}.
How much time it will take to verify the sending domain? Is there any ETA?
The text was updated successfully, but these errors were encountered:
@KhizrahKhwaja check your from email - it should be a valid email address.
Sorry, something went wrong.
No branches or pull requests
I am writing code to send email using Sparkpost API. My sending domain is in "Sending" status right now.
Could you please tell me that this error occurs because of sending domian's status (i.e. Sending) or anything else is causing this error?
Here is my code snippet:
Here is the response of API:
400 Bad Request. Content: {"errors":[{"message":"No sending domain specified","code":"7001"}]}.
How much time it will take to verify the sending domain? Is there any ETA?
The text was updated successfully, but these errors were encountered: