Working with NeetoEmails

Here I have taken NeetoCal as example to demonstrate the workflow, you can follow same steps for different products.

  1. Clone https://github.com/bigbinary/neeto-emails

    This repo include basic layout components like header, footer etc https://github.com/bigbinary/neeto-emails/tree/main/app/views/components

  2. Run pwd and note the path.

    Screenshot 2024-07-15 at 9.50.58 PM.png
  3. Clone NeetoCal - https://github.com/bigbinary/neeto-cal-web

  4. Open Gemfile.common.rb

  5. Comment line 16 # gem "neeto-emails"

  6. Add gem "neeto-emails", path: "/Users/nitink/Projects/neeto-hq/neeto-emails"

  7. Run bundle install

  8. Run neetoCal server

  9. Visit - http://spinkart.lvh.me:9026/emails/ to see all emails used.

    Email templates are present here - https://github.com/bigbinary/neeto-cal-web/tree/main/app/views/mailers

Note: Make sure not to commit above changes.

Screenshot 2024-07-15 at 10.02.52 PM.png

Testing

Screenshot 2024-08-28 at 7.53.08 PM.png