Merge branch 'leemunroe-add-mailgun'

* leemunroe-add-mailgun:
  Removed sendgrid image logo
  JavaScript style formatting. SendGrid as a default service for contact form.
  Add Nodemailer and Mailgun option for contact form
This commit is contained in:
Sahat Yalkabov
2014-02-11 10:48:41 -05:00
5 changed files with 27 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ Features
- Rails 3.1-style asset pipeline (See FAQ)
- LESS stylesheets (auto-compiled via Express middleware)
- Bootstrap 3 + Flat UI + iOS7 Theme
- Contact Form (powered by Sendgrid)
- Contact Form (powered by Mailgun or Sendgrid)
- **Account Management**
- Gravatar
- Profile Details
@@ -218,6 +218,13 @@ Obtaining API Keys
- Enter your *Domain Name*, then and click **Register**
- Copy and paste *Key* into `config/secrets.js`
<hr>
<img src="https://raw.github.com/mailgun/media/master/Mailgun_Primary.png" width="200">
- Go to http://www.mailgun.com
- Sign up and add your *Domain Name*
- From the domain overview, copy and paste the default SMTP *Login* and *Password* into `config.secrets.js`
Project Structure
-----------------