Questions tagged [mailgun]

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

Mailgun is an online service that provides a set of APIs that allow you to send, receive, track and store email.

Features:

  • HTTP API or SMTP interface.

  • Server-side MIME assembly. No libraries required.

  • Live logs and webhook event notifications.

1557 questions
0
votes
2 answers

Rackspace server stopped sending emails - Delivery temporarily suspended - Mailgun

Rackspace server stopped sending emails When I type 'mailq' in putty,I got follwing error : Delivery temporarily suspended: SASL authentication failed; Server smtp.mailgun.org[ipaddress] said: 535 5.7.0 Message limit reached. Whats the issue? How…
Nishit Modi
  • 175
  • 1
  • 18
0
votes
1 answer

(Scala/PlayFramework) Mailgun mail gets truncated when using & in the body

I'm having troubles to send emails using the & in the body of the html. This is part of my code val reqHolder: WSRequestHolder = WS.url(url).withAuth("api", apiKey, AuthScheme.BASIC) var responseData = Map( "from" -> Seq(from), "to" ->…
0
votes
1 answer

mailgun, mailing lists, get members with params

I can add email to mailgun mailing list using the following resource: POST /lists/your_mailing_list_name/members You can create member with additional vars(attributes) as it is said in docs.…
jizak
  • 382
  • 2
  • 13
0
votes
0 answers

Items not within $_POST - how do I access them?

This is probably pretty simple but I am banging my head against a wall. I am attempting to parse the data that Mailgun sends via a webhook to my application. So I set-up a simple script to just test things:-
GrahamTheDev
  • 22,724
  • 2
  • 32
  • 64
0
votes
1 answer

e-mail with mailgun and rails not sent to all users

I am trying to send all users an email every time a blog post is posted. Mailgun seems to deliver the email but always just to one user. I am running this in production. my code in the mailer is this def new_record_notification(users) @users…
Scoala
  • 150
  • 11
0
votes
1 answer

Mailgun email validator

i got the plugin and its working as expected ,except now all i want is to disable the submit button if the email was invalid & re-enable it again if the email became valid ,so how to do that ? JS $('#email').mailgun_validator({ api_key: 'xxxx', …
ctf0
  • 6,991
  • 5
  • 37
  • 46
0
votes
1 answer

How can I setup an inbound action on an email incoming

I am developing an application, where I have a use case where I advertise a particular email id on a web site. Now, I need people to send me some information and an attachment to that email id . When I receive that email, it should trigger some…
kabir
  • 542
  • 3
  • 9
  • 27
0
votes
1 answer

Match selected formatting from html to plain text

I'm using Mailgun's awesome Inbound Routing to parse my incoming emails, remove the HTML and email signatures, which leaves me with the raw body of text. Below is a small example of what is returned: { "stripped-html": "
floatleft
  • 6,243
  • 12
  • 43
  • 53
0
votes
2 answers

Possible to get the total count of sent messages by day for a single campaign?

I want to look at a longitudinal summary of a single campaign, CampaignA. I want to do something like: curl -s --user "api:0123456789" -G https://api.mailgun.net/v2/example.mailgun.org/campaigns/CampaignA/events?groupby=day&event='sent' but this is…
Ellis Valentiner
  • 2,136
  • 3
  • 25
  • 36
0
votes
1 answer

changing the scheduled email content in mailgun

Once i set delivery time in mailgun api request, is it possible to change the content of mail later before delivery. For instance - I set delivery time of 2 day(currently they allow max of 3 day delivery time) from now and then after 1 day I want to…
varun
  • 1
  • 1
0
votes
4 answers

send email in Meteor app with mailGun - Error invoking Method 'sendEmail'

I use Meteor v1 to buid un app, and to be able to send a email from my app, I add Email package. This is my code on the client Template.Home.events({ 'click button': function(event, template){ event.preventDefault(); var…
abdou
  • 27
  • 6
0
votes
0 answers

Digital Ocean, Laravel and Mailgun

I'm running Laravel on Digital Ocean and trying to use Mailgun. Everything is configured correctly but when I try to run my script I get the error Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_ERROR) Class 'GuzzleHttp\Client' not…
0
votes
1 answer

Are there any Email Saas providers which allows creation of email ids using APIs?

For a project I need to setup either a mail server (like Open X-change, Kolab) or I can use email service as Saas from providers like Mailgun, Sendgrid etc. But my prime requirements are: Create new email addresses using (Rest) API or any other API…
VineetChirania
  • 831
  • 1
  • 10
  • 18
0
votes
2 answers

How to show gmail inserted images in my webpage

I am using mailgun. now i am sending mail from gmail to my domain. using mailgun api i am getting that and showing that content in my webpage. but when i am adding images in middle of the text or in signature of the mail image is not showing in…
krishna
  • 923
  • 3
  • 15
  • 42
0
votes
1 answer

How to obtain data from form when using passport and express in Node.js

I'm trying to send a welcome email for my app. I'm using the following form with a post method.

Registro

sheilapbi
  • 325
  • 1
  • 15