On Tue, Aug 3, 2010 at 3:40 AM, munkean <[email protected]> wrote: > hi, > > I'm new to hobo & try to implement an invite-only + admin subsite app, > here's what I did: > - hobo --invite-only my_app > - apply changes as instructed http://codelikezell.com/using-gmail-with-rails/ > -- only mod the parameters > - ./s/g hobo_migration > - load the front page & create admin account (state = invited) > > the problem is the invitation mail never reach my mailbox. > > but when I did ./s/console UserMail.deliver_test > (I added def test ....... end in app/model/user_mailer.rb as per zell > sample) > it hit my mailbox as expected.
The above shouldn't work either, actually... the default Rails behavior is to dump outgoing mails to stdout / development.log in development mode. I suspect you'll find the invite mail in the log... --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
