After i sign up to mailJet with my company email, i got the APIKey and secretKey. But i still got this error message when i tried to send email.
{"Messages":[
{"Errors":[
{
"ErrorIdentifier":"3ae7f07f-64df-4d6c-ae2e-e14b3d433a72",
"ErrorCode":"send-0008",
"StatusCode":403,
"ErrorMessage":"myemail@companyName.com" is not an authorized sender email address for your account.",
"ErrorRelatedTo":["From"]}
],"Status":"error"}
]
I have been checking online to find a way to solve this, any answer will be appreciated.