I need to implement OpenID login system. The thing is that i still need user's e-mail address to send some delicate information that i won't store openly in db. I wan't to allow a wide range of openid providers to use for login. But which ones provide an email? I know for sure that Google and Facebook does. How about others?
Oh, and i'm aware that passed email can be not valid, i will certanly implement verification process.