Product
Parse partners with Mailgun for simple integration!
Parse, the awesome mobile application development platform, is launching easy integration with Mailgun via their new Cloud Modules feature.
PUBLISHED ON
Good news everyone!
Parse, the awesome mobile application development platform, is launching easy integration with Mailgun via their new Cloud Modules feature. Parse is launching Cloud Modules as part of the Cloud Code product starting with Mailgun and Twilio Modules. This will make it even easier for both Parse and Mailgun customers to use Mailgun from within a Parse-powered app.

If you don’t already know about Parse, they provide a host of cloud services for mobile app developers. Parse and Mailgun both share a vision of making developers’ lives easier by dealing with infrastructure headaches so this is a partnership that makes sense for our joint audience. They have shown vision and leadership in the mobile development arena and we are proud to be partnering with them.
We are also really excited to help mobile developers who aren’t already using Mailgun realize the power of email automation.
Getting started is easy. First, simply add your Mailgun credentials.
var mailgun = require('mailgun');
mailgun.initialize('myDomainName', 'myAPIKey');
Then you can easily send an email from Mailgun within your Parse app.
For more information, head on over to the Mailgun Cloud Module documentation.
Popular posts

Build Laravel 10 email authentication with Mailgun and Digital Ocean
When it was first released, Laravel version 5.7 added a new capability to verify user’s emails. If you’ve ever run php artisan make:auth within a Laravel app you’ll know the...
Read more

Sending email using the Mailgun PHP API
It’s been a while since the Mailgun PHP SDK came around, and we’ve seen lots of changes: new functionalities, new integrations built on top, new API endpoints…yet the core of PHP...
Read more

Here’s everything you need to know about DNS blocklists
The word “blocklist” can almost seem like something out of a movie – a little dramatic, silly, and a little unreal. Unfortunately, in the real world, blocklists are definitely something you...
Read more