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. any clues what's wrong? thanks. -- munkean -- 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.
