kalarani / MysteriousMailer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Ruby 96.2%Language:JavaScript 3.8%