mailgun Questions

5

Solved

Server: Digital Ocean Ubuntu 16.04 Laravel 5.8 I cannot get email to send out of laravel using mailgun.com In Digital Ocean I have all outgoing ports open on the firewall, I have the correct DN...
Colyer asked 2/6, 2019 at 17:31

4

Solved

How to resend dropped emails in mailgun? I am using mailgun to send mails in my application,but some mails are dropped. Is there any method to resend the dropped mails?
Margy asked 16/9, 2015 at 14:10

4

Solved

I'm using Mailgun for a site I maintain, usually Mailgun works great, but I am encountering a strange problem. My script calls the HTTP API to send messages using Mailgun, these then show up in my ...
Macintosh asked 24/9, 2014 at 9:12

2

Solved

I am having trouble working out how I can send multiple inline messages using the Mailgun api, from a Python app using the requests library. Currently I have (using jinja2 for templates and flask a...
Scutellation asked 8/3, 2013 at 17:18

1

Solved

I have created a main template in Mailgun, with a {{body}} variable within the HTML code. Sending emails using this template works fine when passing a simple string to the body variable, but I wou...
Ribbing asked 7/6, 2020 at 9:17

3

i'm actually struggling with mailgun's on laravel, I'm on laravel 6, i've set up auth and am trying to make the password reset functionnality work. So i decided to use mailgun as email server, he...
Milore asked 30/9, 2019 at 18:32

7

Solved

I am trying to setup emails with my own website. Let's say the domain name is example.com. The name server in use is digital ocean and I also have a gmail account linked to the same (say using [ema...
Gluteus asked 22/5, 2016 at 14:22

4

Solved

I'm using a fair bit of email forwarding on a number of domains and the latest p=reject policy of AOL is causing me some problems and also a lot of confusion. My understanding of DMARC is tha...
Juliettajuliette asked 10/5, 2016 at 8:35

2

Solved

Background We're building an application that will process & send emails via Mailgun. These are sometimes one-off messages, initiated by a transaction. Some emails, though, will be sent to 30k...
Revocable asked 17/3, 2016 at 14:31

2

Solved

I've a small SaaS where each client gets a subdomain (stackexchange.my-saas.com) I've a mailgun account where my main domain is setup and I've created a wildcard SPF record in my DNS and if I add ...
Karol asked 1/6, 2017 at 9:6

3

I have been trying to send mail using Laravel. I have been successful in integrating Mailgun/SparkPost in my application. It is sending mail to every other domain except for Hotmail/Outlook/M...
Flann asked 18/5, 2018 at 18:0

1

Now, I know this has been covered for high-volume senders, but an app I'm working on currently sends confirmation emails through Mailgun, and most of them are just not arriving anywhere. In the p...
Viipuri asked 23/6, 2017 at 6:57

1

Solved

2 days ago I started to receive a new status code 602 from mailgun when retrieving events from its API The returned response has "delivery-status": { "attempt-no": 8, "message": "Too old", "...
Skindeep asked 25/4, 2019 at 8:31

2

I'm trying to setup my domain to receive emails through Mailgun and Cloudflare, and i think i'm really closest but can't make it work. In Mailgun, i've all DNS verified: I think the problem is ...
Nickienicklaus asked 18/9, 2017 at 11:7

4

Solved

I am trying to use Mailgun 'driver' => env('MAIL_DRIVER', 'mailgun'), 'host' => env('MAIL_HOST', 'smtp.mailgun.org'), 'port' => env('MAIL_PORT', 587), MAILGUN_DOMAIN=xxxxxxxxxx, MAILGUN...
Upbuild asked 16/5, 2017 at 13:11

4

Solved

So I'm using Laravel 5.1 and trying to integrate with Mailgun. Well, that's easy, but now I'm trying to send custom variables from my application along with my emails. I'm actually switching our a...
Schock asked 7/3, 2016 at 15:58

2

Shortly after we renewed our SSL certificate on Heroku, all Mailgun webhooks (post requests made by Mailgun to our endpoint so that we can track email deliveries) started failing with the error "Co...
Ephemeral asked 1/5, 2016 at 10:22

2

Solved

I am attempting to allow users to upload several images to my website which will then get emailed to all users as attachments but I am coming across an error stating the file size is too large. I ...
Redletter asked 21/1, 2019 at 0:6

3

Solved

I'd like to use Mailgun to send e-mails from a web application, sending newsletters as well as transactional mails. I set up a sudomain "subdomain.domain.tld" and configured the DNS as specified o...
Apotheosize asked 13/1, 2015 at 20:19

1

Solved

Settings: EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' EMAIL_HOST = 'smtp.mailgun.org' EMAIL_PORT = 587 EMAIL_HOST_USER = '[email protected]' EMAIL_HOST_PASSWORD = 'passwo...
Torras asked 13/11, 2018 at 17:27

3

Solved

I am trying to send emails with mailgun but they won't send and I have no idea why because i don't get any errors at all. This is my code: mail.php: 'driver' => env('MAIL_DRIVER', 'mailgun'),...
Isaak asked 17/1, 2018 at 20:51

3

Solved

In the C# tab of the getting started of maingun API, I find the following code. public static RestResponse SendSimpleMessage() { RestClient client = new RestClient(); client.BaseUrl = "https://a...
Seriatim asked 24/1, 2013 at 17:52

1

Solved

How do I set up my .htaccess on my AngularJS application to prevent the following error message: Failed to load https://api.mailgun.net/v3/example.com/messages: Request header field Authorizati...
Dolmen asked 28/4, 2018 at 12:42

2

Solved

Sorry if I have not understood something but (I believe) I have searched enough for this. First things first: I have successfully set up my domain (mydomain.gr) which has been verified. I have ...
Debility asked 3/2, 2017 at 15:10

1

Solved

I'm setting up my Laravel website, and now comes the part where I configure Mailgun to send and receive emails. I followed different guides to do that, yet I don't feel I'm doing it right. I'm now ...
Wagers asked 22/3, 2018 at 16:32

© 2022 - 2024 — McMap. All rights reserved.