Skip to content

Which mailgun library should be used for migration to Heroku? #730

Closed
@grassland-curing-cfa

Description

@grassland-curing-cfa

I need to migrate the current Parse hosted Cloud code to my Heroku application.

It seems there are a few mailgun libraries for Node.JS, e.g. mailgun and mailgun-js. I am just wondering which is the one the current api.parse.com uses. I will need to migrate my Cloud code and use that library.

An example of the dependencies in package.js and a working example of how to use the library to send a HelloWorld email would be really helpful.

My current Cloud code hosted on api.parse.com looks like:

var Mailgun = require('mailgun');
Mailgun.initialize(MG_DOMAIN, MG_KEY);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions