Daily Mood Mailer

A simple Rails application for sharing your mood via email.

After cloning, follow these steps to run locally:

bundle install
rails db:{create,migrate}
rails s

Please note: this app is configured to not send emails in development.

Branches

  • main: Email will be sent synchronously, starting from MailersController#create.

Notable Technologies / Dependencies