Add a simple mailable contact form to your Web application.
meteor add bredikhin:contact-form
Configure on the server:
Meteor.settings.contactForm = {
emailTo: '[email protected]'
};
...
Display on the client:
{{>contactForm}}
...
Copyright (c) 2014 Ruslan Bredikhin