Brevo / Email Marketing & Transactional Email

Brevo Status: How to Check If Brevo Is Down Right Now (2026)

Updated June 2026 · 7 min read · API Status Check

Quick Answer

Check Brevo status at status.brevo.com (official) for real-time platform status. Brevo was formerly known as Sendinblue and rebranded in 2023 — the platform and all credentials remain the same.

Staff Pick

📡 Monitor your APIs — know when they go down before your users do

Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.

Start Free →

Affiliate link — we may earn a commission at no extra cost to you

The Official Brevo Status Page

Brevo maintains an official status page at status.brevo.com. It tracks availability for Brevo's core services:

Transactional Email (SMTP): Brevo's SMTP relay for sending transactional emails — order confirmations, password resets, welcome emails, and account notifications. This is the service used by applications integrating Brevo via SMTP credentials. SMTP outages directly break application email workflows
Transactional Email (API): The REST API for sending transactional emails programmatically. Used by developers who integrate Brevo via the official SDKs or direct API calls rather than SMTP. API and SMTP outages are tracked separately
Marketing Campaigns: Brevo's bulk email campaign service for newsletters and marketing sends to contact lists. Campaign sending outages delay scheduled and manual campaign delivery. Unlike transactional email, campaign delays are less time-sensitive
SMS & WhatsApp Messaging: Brevo's SMS and WhatsApp business messaging service. SMS delivery relies on third-party carrier networks, so some SMS failures may reflect carrier issues rather than Brevo platform problems
Brevo Dashboard & Web App: The app.brevo.com dashboard for managing contacts, campaigns, templates, and account settings. Dashboard outages affect list management and campaign scheduling but may not impact email sending itself
Contact & List Management: APIs and interface for managing contact databases, segmentation, and subscription lists. Outages affect list imports and contact sync integrations but typically don't block active email sending

What Each Brevo Status Means

Operational: All Brevo services are working normally. Transactional emails send and deliver, campaigns go out on schedule, and the dashboard is accessible. If your emails are still not sending, the issue is likely with your sending domain authentication, account quota, or IP reputation.
Degraded Performance: Brevo is experiencing elevated delivery delays. Transactional emails are sending but taking longer than normal to reach inboxes. API response times may be elevated. Time-sensitive transactional emails (password resets, OTPs) may arrive late.
Partial Outage: A specific Brevo service is affected. For example, campaign sending may be paused while transactional SMTP continues working, or the dashboard may be down while the API functions. Check status.brevo.com to identify which component is affected.
Major Outage: Brevo's core email sending infrastructure is down. Both SMTP and API sends are failing, and applications depending on Brevo for transactional email will see delivery failures. Brevo queues emails during outages — they are delivered once the service recovers, but time-sensitive emails will be delayed.
Under Maintenance: Planned maintenance window. Brevo typically schedules maintenance during off-peak hours with advance notice. Email queuing continues during maintenance, though sending may be briefly paused.
📡
Recommended

Monitor your Brevo email delivery independently

Better Stack can monitor your Brevo transactional email API endpoint and alert you immediately when delivery starts failing — before users notice missing password resets or order confirmations. Free tier included.

Try Better Stack Free →

Why Brevo Transactional Email Outages Affect Your Application

When Brevo is used for transactional email — the emails your application sends automatically — outages have direct user-facing impact:

Password Resets Stop Working

Password reset emails are the most urgent category of transactional email. If Brevo is down during a Brevo outage, users who click 'Forgot password' won't receive the reset link. They're effectively locked out of your application. If Brevo has been your sole email provider without a fallback, consider adding a secondary provider (Resend, Postmark) for critical transactional flows.

Order Confirmation and Receipt Emails Are Delayed

For e-commerce applications using Brevo for order confirmations, shipping notifications, and purchase receipts, a Brevo outage means customers complete purchases but don't receive confirmation emails — leading to support tickets and distrust. Emails queued during an outage typically deliver once Brevo recovers, but the delay can be hours.

Email Verification for New Signups Fails

If your app requires email verification during signup, a Brevo outage blocks all new user registrations. Users who sign up during the outage won't receive verification emails and can't complete registration. Some apps temporarily disable email verification during known outages, accepting registrations and sending verification emails retroactively.

Distinguishing Brevo Issues from Deliverability Problems

Not all email delivery failures are Brevo outages. If Brevo's status page shows green but your emails aren't arriving, the issue may be: sender domain not verified (missing DKIM/SPF records), emails going to spam, recipient server blocking your IP, or hitting your plan's daily send limit. Test by sending an email to yourself from the Brevo dashboard — if it sends successfully, the platform is up and your integration or domain configuration is the issue.

5 Ways to Check Brevo Status Right Now

1.

Official Brevo Status Page

Visit status.brevo.com for real-time status across all Brevo services. Subscribe to email notifications to receive immediate incident alerts.

status.brevo.com →
2.

Send a Test Email from the Brevo Dashboard

Log in to app.brevo.com and use the test email function in any template or campaign. If the test email sends and delivers, the platform is operational. This distinguishes a Brevo platform outage from a configuration or integration issue.

3.

Test the Brevo API Directly

Developers can test the Brevo email API to confirm service availability.

# Test Brevo transactional email API curl -s -o /dev/null -w "%{http_code} — %{time_total}s\n" \ https://api.brevo.com/v3/account \ -H "api-key: YOUR_API_KEY" # 200 = API healthy, returns account info # 401 = API responding (key invalid, but platform is up) # 503/timeout = Brevo API is degraded # Test SMTP connectivity curl -s smtp://smtp-relay.brevo.com:587 --ssl-reqd # Connection success = SMTP server is reachable
4.

X/Twitter Search

Search 'Brevo down' or 'Brevo email not sending' on X. Email marketers and developers report delivery issues quickly. Also search 'Sendinblue down' since some users still use the old brand name.

Search X for 'brevo down' →
5.

Contact Brevo Support

Contact Brevo support via the in-app help center or help.brevo.com. Include your sending domain, the approximate time emails stopped sending, and any error codes returned by the API for faster diagnosis.

Common Brevo Errors and What They Mean

These are the errors and symptoms developers and marketers experience when Brevo is having issues:

"SMTP connection refused or timeout on port 587"Brevo's SMTP relay server is unavailable. Check status.brevo.com for the SMTP/Transactional Email service status. Also verify you're using the correct SMTP host (smtp-relay.brevo.com), port (587 or 465), and credentials (your Brevo login email and an SMTP key, not your account password).
"Brevo API returning 503 Service Unavailable"Brevo's API servers are experiencing a major outage. Check status.brevo.com to confirm. Email sends will fail until the service recovers. Implement retry logic in your application for transient 503 errors — Brevo may recover within minutes.
"Brevo API returning 429 Too Many Requests"You've hit Brevo's API rate limit. This is not an outage — it's a per-minute request cap. Brevo's transactional email API has rate limits that vary by plan. Implement exponential backoff and email queuing on your application side to smooth out send volumes.
"Emails accepted by API but not delivered (stuck in queue)"This is a delivery delay or potential deliverability issue, not necessarily an outage. Check your Brevo logs in the dashboard for bounce or block reasons. Common causes: recipient email server rejecting your sending domain (check DKIM/SPF), emails filtered as spam, or a Brevo IP temporarily rate-limited by major email providers.
"Brevo dashboard login failure (app.brevo.com)"Check status.brevo.com for the dashboard/web app component. Note that dashboard outages don't necessarily affect email sending — SMTP and API can continue functioning even if the web dashboard is down. Test by making a direct API call to confirm email sending is operational.
"Brevo campaign scheduled but not sending"Campaign sending may be paused during a marketing campaign service outage (check status.brevo.com). Also verify the campaign's scheduled send time — Brevo campaigns have a processing queue, and large campaigns can take time to start. If the campaign status shows 'Processing' for more than 30 minutes, contact Brevo support.

What to Do When Brevo Is Down

Immediate Response

  • Confirm on status.brevo.com whether it's SMTP, API, or the full platform
  • For critical transactional emails (password resets), switch to a backup SMTP provider temporarily
  • Queue emails in your application database during the outage for retry when service restores
  • Alert your team to expect user support tickets about missing emails
  • Pause marketing campaigns scheduled during the outage to avoid partial sends

Long-Term Resilience

  • Configure a secondary transactional email provider (Postmark, Resend, Mailgun) as a failover
  • Implement application-level email queuing with retry logic, not fire-and-forget API calls
  • Monitor your own email delivery success rate independently of Brevo's status page
  • Keep SMTP credentials for at least one alternative provider stored securely for emergencies
  • Subscribe to status.brevo.com alerts so you know immediately when an incident starts

Frequently Asked Questions

Where is the official Brevo status page?

Brevo's official status page is at status.brevo.com. It tracks Brevo transactional email (SMTP), transactional email (API), marketing campaigns, SMS messaging, the web dashboard, and contact management. Formerly known as Sendinblue — same platform, rebranded in 2023.

Is Brevo the same as Sendinblue?

Yes. Sendinblue rebranded to Brevo in May 2023. The email marketing and transactional email platform is unchanged. All existing Sendinblue API keys, SMTP credentials, and account settings continue working under the Brevo brand. The status page moved from status.sendinblue.com to status.brevo.com.

Will emails be lost if Brevo goes down?

In most cases, emails are not lost during a Brevo outage. Brevo queues emails that fail to send during an outage and delivers them once the service recovers. However, the delay may be significant — hours in the case of major outages. For time-sensitive emails like OTPs and password resets, consider implementing application-level queuing with a secondary provider fallback to ensure immediate delivery.

How does Brevo compare to Mailchimp, SendGrid, and Resend for reliability?

Brevo, Mailchimp, SendGrid (now Twilio SendGrid), and Resend all have generally strong uptime for transactional email. Resend is newer and developer-focused with strong reliability. SendGrid/Twilio is the enterprise standard with robust infrastructure. Mailchimp is stronger for marketing campaigns than transactional email. Brevo's strength is the combination of marketing campaigns and transactional email in a single platform at a lower price point than Mailchimp. For applications where email reliability is critical, using two providers (Brevo for marketing + Postmark/Resend for transactional) is a common architecture.

Does Brevo have an SLA?

Brevo offers SLA commitments for Enterprise plan customers. Standard plans (Free, Starter, Business) do not include written SLA guarantees. Enterprise customers can negotiate specific uptime guarantees and SLA credit terms. For transactional email reliability, Brevo targets 99.9%+ uptime for SMTP and API services.

Alert Pro

14-day free trial

Stop checking — get alerted instantly

Next time Brevo goes down, you'll know in under 60 seconds — not when your users start complaining.

  • Email alerts for Brevo + 9 more APIs
  • $0 due today for trial
  • Cancel anytime — $9/mo after trial

Never Miss a Brevo Outage Again

Monitor your Brevo transactional email API independently — get alerted the moment email delivery starts failing, before users report missing password resets or order confirmations.

Try Better Stack Free — No Credit Card Required

Or use APIStatusCheck Alert Pro — API monitoring from $9/mo

🌐 Can't Access Brevo?

If Brevo is working for others but not for you, it might be an ISP or regional issue. A VPN can help bypass network-level blocks and routing problems.

🔒

Troubleshoot with a VPN

Connect from a different region to test if the issue is local to your network. Also protects your connection on public Wi-Fi.

Try NordVPN — 30-Day Money-Back Guarantee
🔑

Secure Your Brevo Account

Service outages are a common time for phishing attacks. Use a password manager to keep unique, strong passwords for every account.

Try NordPass — Free Password Manager
Quick ISP test: Try accessing Brevo on mobile data (Wi-Fi off). If it works, the issue is with your ISP or local network.

⏳ While You Wait — Try These Alternatives

🛠 Tools We Use & Recommend

Tested across our own infrastructure monitoring 200+ APIs daily

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

We use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.

Free tier · Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

After covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.

SEMrushBest for SEO

SEO & Site Performance Monitoring

Used by 10M+ marketers

Track your site health, uptime, search rankings, and competitor movements from one dashboard.

We use SEMrush to track how our API status pages rank and catch site health issues early.

From $129.95/moTry SEMrush Free
View full comparison & more tools →Affiliate links — we earn a commission at no extra cost to you