An application that uses both devise and the devise-guests gems has a bit of a conundrum with respect to sending confirmable emails.
The application should send an email for confirmation, but naturally only when it makes sense; the generated email addresses for guest users would end up in a black hole anyways.
How can devise be set-up to conditionally send the confirmation e-mail?