Top "Mailgun" questions

Mailgun is an online service that provides a set of APIs for sending, receiving, tracking and storing email.

How to send and receive emails in mailgun (configured for a subdomain) from the root domain

Mailgun recommends creating DNS (TXT, MX,..) records for a subdomain, but states sending and receiving with the root domain is …

dns mailgun
post params with groovy httpbuilder in mailgun

I am trying to invoke mailgun send message api. The following code works if I pass the params along with …

groovy mailgun httpbuilder
Send email with Mailgun with Javascript

I'm working with JS and I have the follow code: var XHRResponse = XHR.send("POST", "https://api.mailgun.net/v2/…

javascript rest sendmail mailgun
Sending HTML emails from Node.JS using MailGun

I send email notifications to my users from my app but currently I only send it as a text. I …

javascript node.js express mailgun
How to avoid Spam in Outlook/Hotmail with Mailgun?

I'm using Mailgun to send transactional emails (tickets for events) and all the emails are sent to Outlook/Hotmail spam …

java email outlook mailgun
Laravel won't pass my domain to the MailGun driver so I can't send mail

This may not be a problem with MailGun as I was unable to send via Gmail aswell. The error i'm …

php email laravel mailgun
Multiple DKIM and SPF DNS records

We uses both Mailgun and Google App engine mail services to send transaction emails from our products. Both needs DKIM …

google-app-engine spf dkim mailgun
I am trying to send a email in meteor with process.env and smtp gmail

I am using the following to send emails which works on localhost but not my server. // server Meteor.startup(function () { …

javascript meteor smtp gmail mailgun