mailgun

Mailgun

Transactional email API.

Mailgun domain and route configs for transactional email and tracking.

Configuration Recipes7

mailgunGOintermediate
Configuring Mailgun to Send Emails Without 'On Behalf Of'

Learn how to configure the Mailgun Golang API to send emails that display the sender's name without the 'on behalf of' notation.

Mailgun · SaaS & Startups
mailgunMARKDOWNintermediate
Configuring Mailgun for Subdomain Email Sending Without MX Records

This article outlines how to set up Mailgun for sending emails from a subdomain while addressing issues related to missing MX records.

Mailgun · SaaS & Startups
mailgunPHPintermediate
Dynamic Mailgun Configuration in Laravel 5.2

Learn how to dynamically configure Mailgun settings in Laravel 5.2 using runtime parameters from a database.

Mailgun · SaaS & Startups
mailgunJavaScriptintermediate
Mocking Mailer Class with Jest for Email Sending Events

Learn how to effectively mock a Mailer class using Jest to test email sending functionality triggered by events.

Mailgun · SaaS & Startups
mailgunJSONbeginner
Understanding Mailgun Error: Sandbox Domain Restrictions

This article explains the Mailgun error response encountered when attempting to send emails using a sandbox domain.

Mailgun · SaaS & Startups
mailgunCSHARPbeginner
Configuring Mailgun Webhooks for Data Reception

Learn how to set up a Mailgun webhook to receive data via HTTP POST and handle it effectively in your application.

Mailgun · SaaS & Startups
mailgunJSONintermediate
Troubleshooting Mailgun Message Delivery Issues

This article addresses common issues with Mailgun message delivery, specifically when messages are marked as 'accepted' but not delivered.

Mailgun · SaaS & Startups