Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [mailgun]

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

1 vote
1 answer
30 views

Unauthorized error by Mailgun using Node.js and mailgun.js package

I want to use Mailgun by Node.js and followed the exact code that mailgun site provided : const formData = require('form-data'); const Mailgun = require('mailgun.js'); const mailgun = new Mailgun(...
googerdi's user avatar
0 votes
1 answer
13 views

Postman Mailgun events unauthorized

I am trying to connect to Mailgun's event api using postman. I am providing my login credentials with the request however I keep getting unauthorized error. Can someone help me point out what's wrong. ...
Karan's user avatar
  • 258
0 votes
0 answers
18 views

Using Mailgun.js within chrome extension

I am trying to use mailgun.js within my chrome extension. I am using the framework Plasmo to build my extension. But for the moment, i am unable to use Mailgun. Here is the code that i am using : ...
Axel Schapmann's user avatar
0 votes
1 answer
56 views

Java Mail Mailgun GUI project attaching images and not embedding them

This is the first time I've written something in Java so I'm leaning slowly but I am hard stuck on how to fix this issue. I'm having an issue getting the images that a user inserts into my JEditorPane ...
SUCRAM's user avatar
  • 13
1 vote
0 answers
36 views

Flutter Serverpod Email Validation

Can anyone explain how to send the validation code from serverpod to flutter app via message or email .Instead of printing the validation code in the terminal Using Mailgun , Sendgrid or any smtp ...
santhosh kumar's user avatar
0 votes
1 answer
30 views

Can't verify Namecheap domain on Mailgun

It's been 10 days since I set up Namecheap custom DNS for Mailgun, and nothing verifies except SPF. I've tried deleting and recreating the domain on Mailgun, changing DKIM length, and then found it ...
stephen's user avatar
  • 195
0 votes
1 answer
58 views

email cannot be send by mailgun on sveltekit

This is my code. Showing 404 import formData from 'form-data'; import Mailgun from 'mailgun.js'; import { PRIVATE_MAILGUN_API_KEY, PRIVATE_MAILGUN_DOMAIN } from '$env/static/private'; const mailgun = ...
Ish Rak's user avatar
0 votes
1 answer
48 views

Cannot successfully integrate Mailgun with "Trigger Email from Firestore" in my Typescript React Native app, getting timeout

I'm creating a Typescript React Native app (with Expo) and am trying to scaffold an "invite a user feature" where you input a nickname and email, then that user will receive an email ...
Jeremy Alexander's user avatar
0 votes
0 answers
50 views

MailGun trying to post JSON object

public async Task Main() { var serviceCo = new ServiceCollection(); ConfigServices(serviceCo); var services = serviceCo.BuildServiceProvider(); var httpClientFactory = services....
JDraz's user avatar
  • 11
0 votes
0 answers
38 views

Mailgun email template from richtext environment

We have a concern about sending an email from a rich text environment using Mailgun, where the email includes HTML code. This can indeed happen when the content is copied from a rich text editor; the ...
Omid's user avatar
  • 1
0 votes
1 answer
123 views

Sending .ics File Using MailGun API

This is how I wan to display my .ics calendar invite. I am attempting to send a calendar invite using the MailGun API. The content of my .ics calendar works correctly for Gmail, but it doesn't display ...
Bishal Deb's user avatar
0 votes
0 answers
29 views

Configuring Email Forwarding with GoDaddy (Microsoft 365) and Mailgun Simultaneously

I'm currently using a regular email account hosted with GoDaddy, specifically Microsoft 365. I want to explore the possibility of setting up email forwarding through Mailgun while still maintaining ...
PHP LARAVEL's user avatar
0 votes
0 answers
55 views

MailGun: Privacy error when opening MailGun unsubscribe link

I have an automatic email that gets sent out and has the %tag_unsubscribe_url% in the html body. When I click on it takes me to email.mg.domain.com, but the page complains that the connection isn't ...
Fawaz Ahmed's user avatar
0 votes
0 answers
286 views

Unsubscribe Links Not Displaying in Gmail UI Despite Proper Header Configuration in Mailgun

Starting from February 2024, Google requires that messages exceeding 5,000 per day must support one-click unsubscribe. Google Reference I am using mailgun-js with node js and express to send batch ...
Prashant Niroula's user avatar
0 votes
0 answers
64 views

Checking if email has a response

I have a SaaS product where a merchant sells services to customers and I want the merchant to have the ability to create email automation flows within my product. An example of an automation would be ...
jjdoherty's user avatar
  • 494

15 30 50 per page
1
2 3 4 5
104