On Jul 3, 11:59 am, raghus <raghu.sriniva...@gmail.com> wrote:
> I just got started with god and I wanted to turn notifications on.
> However, my domain's email is handled via Google Apps - not smtp on my
> own server. The instructions at
http://god.rubyforge.org/don't cover
> this case.
> Has anyone gotten notifications working with this set-up? Does anyone
> know how to?
I'm using XMPP notifications -- totally ideal for me.
From the source code, though:
self.server_settings = {:address => 'localhost',
:port => 25}
# :domain
# :user_name
# :password
# :authentication
So just set it up for your google apps relay.