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
1 answer

RoR: Scaling incoming email with Heroku/Mailgun

I'm new to designing scalable RoR apps, so I'm hoping for suggestions on how to reconfigure/rearchitect the following. I have a RoR app hosted on Heroku that receives incoming emails via Mailgun to a controller, which then parses the email and…
user464180
  • 1,349
  • 2
  • 23
  • 46
0
votes
1 answer

Mailgun Talon: Signature extraction example throwing error

I installed mailgun/talon on GCE and was trying out the example in the README section, but it threw the following error at me: >>> from talon import signature >>> message = """Thanks Sasha, I can't go any higher and is why I limited it to the ...…
Debnath Sinha
  • 1,087
  • 1
  • 12
  • 25
0
votes
0 answers

How to execute my html file after sending it to e-mail through my java code?

I am using Mailgun as my service provider. Here, I have a java code to send mails to my clients through mailgun. I have created a file path to my html file. I need to execute it in my client side mail as template. How to achieve this through my…
kalyan
  • 39
  • 2
  • 4
0
votes
2 answers

mailgun report to csv format perl

I have a question. I would like to write a perl script to parse a Mailgun output to a csv format. I would assume the 'split' and 'join' functions would work properly for this procedure. Here is some sample data: Sample Data { "geolocation":…
JDE876
  • 407
  • 1
  • 5
  • 16
0
votes
1 answer

Error getting : How to get APPLICATION_FORM_URLENCODED for mailgun api to integrate with play framework

While I was processing one API for Play Framework using mailgun I have onw question : what is this APPLICATION_FORM_URLENCODED My code is following : Client client = Client.create(); client.addFilter(new HTTPBasicAuthFilter("api","my api…
Sagiruddin Mondal
  • 5,407
  • 2
  • 29
  • 44
0
votes
1 answer

Receiving email in Parse via Mailgun

So I'm new to Mailgun. I'm trying to use it to receive emails and forward them onto Parse so that I can save the information in them to a Parse database. I have a route set up correctly between Mailgun and Parse. Using the 'Send a sample POST'…
Dylan Gattey
  • 1,713
  • 13
  • 34
0
votes
2 answers

Using Lift-Json with Case Classes

I can't seem to write proper case classes for this particular Json payload. I believe it has something to do with the first index in the array, which doesn't have a key string. Any ideas on how to remedy this? For reference, I am using Scala 2.10.4,…
0
votes
3 answers

How to send mail from this API code?

I am using Eclipse LUNA package. I need to send mail using service provider called "MAILGUN". In that "www.mailgun.com" website, they have given a API code to send or receive mails using the available service. The code is as follows: import…
kalyan
  • 37
  • 1
  • 6
0
votes
2 answers

Should I Expect the Forward("my.username@gmail.com") Route to Email Me?

I have my catch_all() set to forward("my.username@gmail.com"). I expected that any emails caught by this route would be forwarded to my email address as actual emails, but I never received them. The mailgun logs state that the message was routed,…
Chris Geirman
  • 9,474
  • 5
  • 37
  • 70
0
votes
1 answer

Trouble installing mailgun API using cocoapods (iOS, Objective-C)

I have install cocoapods using sudo gem install cocoapods I now want to implement the Mailgun API (https://github.com/rackerlabs/objc-mailgun) into my application and I am having trouble. The tutorial says paste the following code to install the…
user3699052
  • 303
  • 4
  • 12
0
votes
1 answer

Parse.com daily email sent based on data

I looking into the possibility of using Parse.com for a HTML5 Mobile app. The App will be simple enough although I will need to send a daily email to 2 different addresses based on the data recorded that day. I understand you can send emails via…
sjm
  • 5,378
  • 1
  • 26
  • 37
0
votes
1 answer

MailGun Route to POST to a REST API with custom header

I am using Route settings of MailGun to send the mails to desired end points. There are 2 routes setup, 1. to a email id 2. to an API end point Both of the things work as expected. Question is, The API end point requires some custom header to be…
saumya
  • 53
  • 7
0
votes
1 answer

Sidekiq ActionMailer working in development but not i produciton (using mailgun)

I have set up Sidekiq to send an email on sign up. The process works fine in development mode however in production it seems like my smtp settings (or something else) is not working, when i use sidekiq (sendt to redis). Is there a gotcha to using…
0
votes
1 answer

Issues validating form on submit

I'm trying to validate email upon submit. Right now, I have it working so that it validates if I tab from the email to submit button, and also if I click the submit button directly. However, it doesn't validate if I press Enter from within the…
programmingnewb
  • 129
  • 2
  • 9
0
votes
0 answers

Getting replaceWith to work in my function

I'm implementing the Mailgun jQuery email validator. I'm trying to get the submit button on my form to change it's input upon a successful verification. Right now, when I put this replaceWidth code in the validation_error function, nothing…
programmingnewb
  • 129
  • 2
  • 9
1 2 3
99
100