Skip to content

prestigos/mr-mailman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr. Mailman

Mr. Mailman will deliver all your emails in your stead as long as you ask him politely, with the proper manners, like so:

{
  auth: {
    mailgunKey: 'your-mailgun-key'
  },
  content: {
    from:        'MrMailman',
    receivers:   ['[email protected]'],
    replaces:    [{'<<0>>': 'Mr.Mailman'}, {'<<1>>': 'hello'}],
    subject:     'MrMailman Greetings',
    templateURL: './hola.html'
  }
};

Mr.Mailman uses mailgun and html templates to send your mails.

Releases

No releases published

Packages

No packages published