vandroid
vandroid

Reputation: 312

Cannot send any emails with Mailjet API

I've registered an account at Mailjet service, got my API keys and trying to send a few test emails from my development server using library https://github.com/mailjet/mailjet-apiv3-php.

I always get 401 Unauthorized answer, and in my account at mailjet.com there is a message:

"Your sending activity is currently suspended. Please contact our Support Team for more information."

Cannot get any reasonable answer from their support, only standard bot messages. Can anyone help me with this?

Upvotes: 4

Views: 3487

Answers (1)

vandroid
vandroid

Reputation: 312

The issue has been solved.

If anyone will face the same problem - in my case it was because initially my account was "disabled" right after creation so I couldn't send any emails.

After long discussion with support they have enabled email sending capability. Probably this is sort of an anti-spam measure from their side.

Upvotes: 4

Related Questions