Differential / meteor-boilerplate

Boilerplate meteor app - starting point for meteor apps
http://github.differential.com/meteor-boilerplate/
873 stars 179 forks source link

sendContactEmail #63

Open cpalanzo opened 9 years ago

cpalanzo commented 9 years ago

Love the template - great for a Meteor newby - which leads to my question (sorry if it's obvious but I couldn't find any documentation).

You provide a Mailgun config in Meteor startup and a 'sendContactEmail' method - but no description of how they are used? (Maybe this is obvious to a more experienced developer.) I also see some HTML templates.

I've setup a Mailgun account and will add my usename/password --- but how is this best used? Does the template support email of forgotten passwords? Registration? etc.?

Any guidance would be appreciated.

nilsi commented 9 years ago

+1

Also wanna know this and it would be great to have recover password functionality.

flaturtha commented 8 years ago

+1 ... especially for the recover password; almost screwed myself today forgetting my password (recovered it using an unmask chrome extension that got rid of asterisks over password...just FYI for anyon else who may face this issue).