Skip to content

dyve-agency/questionizer

Repository files navigation

Questionizer

  • Sending emails to clients? But not receiving all answers?
  • Tired of emails where people add points in line?

hi Questionizer.

Demo

http://questionizer.zeit.io/

SETING UP THE APP

  • Clone it
  • bundle install

EMAILS

We're using MailCatcher [http://mailcatcher.me/]

  1. Install it: gem install mailcatcher
  2. Launch it: mailcatcher
  3. Alternatively if you are in vagrant mailcatcher --http-ip=0.0.0.0
  4. Remember that you need the 1080 port opened in your vagrant
  5. Browse it: http://localhost:1080/
  6. Configure it:
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }

Remember that you need the 1080 port opened in your vagrant

We are not adding this file to the Gemfile as it not recommended by the MailCatcher mantainer "Please don't put mailcatcher into your Gemfile. It will conflict with your applications gems at some point."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published