mailgun Questions
5
Solved
I am attempting to validate an email but when I follow the mailgun docs and have code such as follows
https://documentation.mailgun.com/en/latest/user_manual.html#email-validation
EMAILPUBLICVALI...
Fimbria asked 27/12, 2018 at 23:36
4
I am using mailgun API to send emails. By mistake I called a function that queued thousands of emails in Mailgun.
Is there a way to Cancel/Clear the queue?
Workroom asked 31/8, 2015 at 10:22
8
I try to send a email message by using mailgun. I use node.js (nest.js) and this is my mail service. What should I change? When I try to send first email (description in mailgun official website) I...
Beadroll asked 19/8, 2020 at 14:46
7
Solved
I'm using the Laravel 4's Mail::queue() to send emails, using the built in Mailgun driver. The problem is that there are multiple Mailgun domains I would like to be able to send emails from, but th...
4
So I just signed up for Mailgun, I haven't entered any credit card info neither have I verified a domain name or anything of that sort. I did verify my Mailgun account however.
My issue is that f...
Heaps asked 11/4, 2016 at 5:23
1
I have a rails app and I'm sending email through Mailgun smtp
mail(
to: @user.email,
subject: 'Notification From ME',
'X-Mailgun-Variables' => { subscription_id: subscription.id }.to_json
)
...
Euphemia asked 4/10, 2017 at 16:55
5
Solved
I have Rails app on Heroku. It has a custom domain, and I've tried to set up email sending through Mailgun. I've installed Mailgun as an add-on through Heroku, and I've gone through the steps Mailg...
Monocle asked 30/5, 2016 at 22:57
2
Solved
I am attempting to send images as attachments to emails but I am having trouble figuring out how to accomplish this.
I am using Mailgun to send the mail, Cloudinary to upload the images, MongoDB a...
Underbelly asked 19/1, 2019 at 1:27
2
Solved
I have a problem with sending emails with mailgun. Email addresses with the same domain as my mailgun domain do not receive emails (other addresses with other domains do).
If my Mailgun domain is d...
7
What does the following Mailgun error response mean when one tries to send a message?
Status: 400
Body: {"message": "Sandbox subdomains are for test purposes only. Please add your o...
Procession asked 30/5, 2017 at 8:8
3
I'm using the Mailgun unsubscribe handling. I'd like to be able modify the mailgun generated "Unsubscribe" and "You have unsubscribed" pages. If there is no way to modify these pages, is there a wa...
Anemia asked 23/7, 2014 at 12:50
4
Solved
I'm trying to send email with mailgun and attaching two files or more with this email:
public static JsonNode sendComplexMessage() throws UnirestException {
HttpResponse<JsonNode> request ...
5
Solved
I'm trying to figure out how to send mails using the MailGun Golang API without having it sent 'on behalf of'.
This is how the From address currently looks (where foo.com is the sender's email do...
3
Solved
I'm sending an email from my NodeJS server using Mailgun to a Gmail account, but Gmail strips all the attributes in the email. What is the reason for this and how do I prevent this from happening? ...
Plunge asked 16/7, 2016 at 23:54
11
I'm trying to send mail in Laravel 5.4 project with Mailgun. I think I set the configuration correctly. But, I got this error message such as
ClientException in RequestException.php line 111:
...
2
Solved
I just wanted to use Mailgun to send E-mail from my Laravel project and followed this steps from official document: https://laravel.com/docs/9.x/mail#mailgun-driver
composer require symfony/mailgun...
Scammon asked 18/3, 2022 at 13:19
5
Solved
I have setup a new account and not verified my domain. I would like to test and confirm mail-send before proceeding with verification and adding payment information.
I have tried curl using the sa...
Kirakiran asked 22/7, 2017 at 14:57
2
Solved
I´m trying to send mail from my iOS app with Mailgun and Alarmofire I found this piece of code but Xcode generates error:
Cannot convert value of type '[String : String]' to expected argument
...
9
Solved
I am facing issue when mail having attachment sent using mailgun.
If anyone has done this thing please reply.
This is my code...
$mg_api = 'key-3ax6xnjp29jd6fds4gc373sgvjxteol0';
$mg_version = 'ap...
Tarry asked 9/1, 2013 at 6:42
5
Solved
I am trying to send a mail with attachments with mailgun.
The mail itself is fine, but it is missing the attachment.
Also in the mailgun log it shows up fine, but the attachment array is empty.
I ...
Dulci asked 14/5, 2017 at 12:30
3
I am having trouble figuring out how to put an unsubscribe link in my email that is SMTP integrated with Mailgun.
Any thoughts?
Gabion asked 3/11, 2016 at 19:39
1
I want to embed inline images with mailgun, however the documentation for sending attachments doesnt seem to match with the latest mailgun.js NOT mailgun-js
https://www.npmjs.com/package/mailgun.js...
Tali asked 6/5, 2021 at 18:18
3
Solved
I have a Rails app running on Heroku that uses Mailgun to process incoming emails. I haven't been able to figure how I can debug my email processing locally (on localhost) instead of having to push...
Supplant asked 8/8, 2015 at 14:0
1
Solved
I am using Mailgun to send mail to my users from Python. Everything works fine except 1 problem. When the user receives the email, it does not show the intended sender name, instead it shows the em...
Shan asked 28/8, 2021 at 13:21
2
I am getting this error Expected response code 250 but got code "550", with message "550 5.7.1 Relaying denied " when I try using mailgun and laravel 7 to send emails. But I do ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.