Microsoft Azure
    +
    Simply Send
    Coming Soon
    Azure Marketplace SaaS Offer

    Simply Send on
    Microsoft Azure

    Supercharge your Azure applications with world-class email delivery. Subscribe from the Marketplace, bill through Azure, and start sending in minutes.

    Read Documentation

    Already a Simply Send customer? Contact us to link your Azure subscription.

    Up and running in minutes

    From Marketplace click to first email sent — no infrastructure to manage.

    Azure Marketplace

    Subscribe & Configure

    Sign in or create account

    Send your first email

    Azure-Native Advantage

    Built for Azure teams

    Everything your team already loves about Simply Send, now seamlessly integrated with the tools, billing, and compliance standards of the Azure ecosystem.

    Consolidated Azure Billing

    All Simply Send usage charges roll up directly into your existing Microsoft Azure invoice. No separate accounts or payment methods needed.

    Enterprise-Grade Security

    Your data stays within Microsoft's trusted infrastructure perimeter. Compliant with SOC 2, GDPR, and ISO 27001 frameworks.

    99.95% Uptime SLA

    Battle-tested serverless infrastructure that auto-scales to your sending volume. No cold starts, no capacity planning.

    Global Edge Delivery

    Emails are routed through the nearest available send node for minimum latency — typically under 500ms from API call to delivery.

    Real-Time Event Tracking

    Track every event — sent, delivered, opened, clicked, bounced, or complained — with under 100ms event pipeline latency.

    Zero Config Updates

    Upgrade your Simply Send plan directly from the Azure Marketplace. No re-deployment, no downtime, no support tickets.

    REST API

    Send emails with
    an API call

    The Simply Send REST API is the fastest way to integrate transactional, marketing, or SMTP email into any Azure-hosted application. Store your credentials securely in Azure Key Vault and reference them with zero secrets in code.

    • Works with Azure App Service, Functions, AKS, and Container Apps
    • Retrieve API keys from Azure Key Vault via managed identity
    • Full SMTP relay support — swap your provider in minutes
    • Webhook events pipe into Azure Event Grid or Service Bus
    send-email.ts
    // 1  Set your Simply Send credentials
    const API_URL = "https://tapi.simplysend.email/send"; // Transactional API
    const API_KEY = process.env.SIMPLY_SEND_API_KEY;   // from Azure Key Vault
    const ACCOUNT_ID = process.env.SIMPLY_SEND_ACCOUNT_ID;
    
    // 2  Send a transactional email
    const sendEmail = async () => {
      const response = await fetch(API_URL, {
        method: "POST",
        headers: {
          "Content-Type": "application/json",
          "X-Api-Key": API_KEY,
          "X-Id": ACCOUNT_ID,
        },
        body: JSON.stringify({
          to: "[email protected]",
          from: "[email protected]",
          subject: "Welcome to our platform!",
          html: "<h1>Hello!</h1><p>Thanks for signing up.</p>",
        }),
      });
    
      const data = await response.json();
      console.log("Sent:", data.messageId);
    };
    Billing

    One bill.
    Your Azure invoice.

    Stop managing yet another vendor relationship. Simply Send usage charges consolidate directly into your Microsoft Azure invoice — supporting Enterprise Agreements, MPSA, and pay-as-you-go subscriptions.

    • Usage-based — pay only for emails you send
    • Supports Azure Enterprise Agreement (EA) spend
    • Upgrade or downgrade plan directly from Azure Portal
    • Detailed line-item usage in Azure Cost Management
    Microsoft AzureAzure SaaS Billing
    ● Pending
    PlanPay-as-you-Go
    Billing periodMonthly via Azure
    Emails this month

    Subscription activation in progress…

    Plug into the Azure ecosystem

    Simply Send works with every Azure compute, integration, and security service through our standard REST API and SMTP relay.

    App Service
    App Service
    Functions
    Functions
    Container Apps
    Container Apps
    Key Vault
    Key Vault
    Logic Apps
    Logic Apps
    AKS
    AKS
    Power Platform
    Power Platform
    Azure DevOps
    Azure DevOps

    Azure Marketplace vs. Direct

    When does the Azure offer make the most sense for your team?

    Feature
    Microsoft Azure Azure Marketplace
    Direct Sign-up
    Azure Marketplace billing
    Azure Enterprise Agreement discounts
    Azure Policy enforcement
    All Simply Send email features
    REST API + SMTP relay
    Real-time analytics & webhooks
    Multi-tenancy support
    99.95% uptime SLA

    Common questions

    Do I need a Simply Send account before subscribing on Azure?+
    Yes. After subscribing to Simply Send in the Azure Marketplace, you'll click "Configure SaaS Account" to complete setup. You'll be prompted to sign in to an existing Simply Send account or create a new one. This account gives you access to email sending analytics and usage insights. Your subscription and billing remain fully managed through Azure.
    Can I migrate my existing Simply Send account to Azure billing?+
    Yes. If you already have a Simply Send account, you can contact our customer support team for assistance, or cancel your existing subscription and set up a new one through the Azure Marketplace. Your subscription and billing will then be fully managed through Azure.
    What regions is the offer available in?+
    The Simply Send Azure Marketplace offer is currently available in the United States. Additional regions are on our roadmap — contact us to be notified when availability expands to your region.
    How is usage metered and billed?+
    Usage is metered per 1000 emails sent. At the end of each billing period, Azure aggregates your Simply Send usage and includes it on your standard Azure invoice.
    Microsoft Azure

    Ready to send from Azure?

    Subscribe through the Azure Marketplace and have your first email sent in under 10 minutes. No infrastructure. No credit cards outside Azure.

    Talk to Sales