/MysteriousMailer

Documents one of the weird issues that i ran across, while using mailer

Primary LanguageRuby

Getting Started

  1. Update the smtp settings in config/environments/development.rb with your <username> and <password>

  2. Update the from and to fields in app/mailers/my_mailer.rb with your gmail address.

  3. Start the rails console:

    MyMailer.send_multiple_mails(any_integer_greater_than_one)
    
  4. Take a look at the emails that you received.