Top "Mailgun" questions

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

Sending Email With Swift

how would you send an email with swift in an app. Like say for example your user want's to reset …

ios swift email parse-platform mailgun
Where is the RestRequest class?

In the C# tab of the getting started of maingun API, I find the following code. public static RestResponse SendSimpleMessage() { …

c# .net mailgun
Laravel on Localhost - Connection could not be established with host smtp.gmail.com [Connection timed out #110]

I am trying to use Mailgun 'driver' => env('MAIL_DRIVER', 'mailgun'), 'host' => env('MAIL_HOST', 'smtp.mailgun.org'), …

laravel email mailgun laravel-mail
How to send out HTML email with mailgun?

after failed to find a solution for my problem in the mailgun documentation, I will explain what I'm looking for. …

php mailgun
Mailgun Sent mail With attachment

I am facing issue when mail having attachment sent using mailgun. If anyone has done this thing please reply. This …

php email email-attachments mailgun
Mailgun: Messages "Accepted" but taking long time to be delivered (or not being delivered)

I'm using Mailgun for a site I maintain, usually Mailgun works great, but I am encountering a strange problem. My …

email mailgun
Sandbox subdomains are for test purposes only. Please add your own domain or add the address to recipients in Account Settings

What does the following Mailgun error response mean when one tries to send a message? Status: 400 Body: {"message": "Sandbox subdomains …

mailgun
Sending Email with mailgun in laravel error

Hello i've been simply trying to send an email in laravel i read the documentation and they made it seem …

laravel mailgun
Sending emails using Mailgun with NodeMailer package

A couple of days ago I realized that Google has changed the security of gmail accounts, particularly for the possibility …

node.js mailgun nodemailer
Mailgun messages from subdomain without MX record get rejected by some mail-providers

I'd like to use Mailgun to send e-mails from a web application, sending newsletters as well as transactional mails. I …

email dns subdomain mailgun mx-record