ryanb / govsgo

Rails 3 app for playing the board game Go online.
http://govsgo.com
MIT License
140 stars 23 forks source link

Email Notifications #21

Closed ryanb closed 13 years ago

ryanb commented 14 years ago

If one is playing a turn-based game, he may want to receive a notification through email when a turn comes in.

This sort of makes it possible to mimic push notifications on an iPhone if one sets it up as a filter. A real iPhone app would be ideal but this might get us by for now.

ryanb commented 13 years ago

There are now two check boxes when editing a user profile: email on invite and email on move. This way the user can choose whether he wants to receive an email on every move or just the invitations. The invitations are by default.

There is also an unsubscribe link on each email to unsubscribe from all invitations.