Skip to content

gfk-ba/meteor-mailgun-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailgun-api-example

Very simple example application demonstrating mailgun-api Atmosphere mailgun-api Github.

This example is deployed at meteor.com

You can run the example locally using:

git clone [email protected]:gfk-ba/meteor-mailgun-api-example.git
cd meteor-mailgun-api-example
mrt install
meteor

When running locally you can add a LoginFile.js to the client folder with the following code:

LoginData = {
    domain: '#YOURDOMAIN#',
    apiKey: '#YOURAPIKEY#'
};

This way you dont have to re-enter your api info upon every refresh