I wanna send mail to user confirms it, but it's not interesting by now to block users access, although would be amazing to have the control about who confirmed and who did not, and in the future make confirmation required.
Added the block below on my User model, but it makes devise not sending even a mail
protected
def confirmation_required?
false
end
Any suggestions?