Email Confirmation for Platform Sites ( like Mediawiki)
I do something like mediawiki template. So the big question is when and how should I confirm emails. If i do that in the registration template, then it will take additional 30 secounds per site to confirm, so the template speed would be limited to around 120 per hourn. And that is only for account creation.
So how to do mass email confirmation? It needs to be fast, I should be able to get all the links from my email in one go(one pop3 login), then parse and get links, and finally click one them. I have regex pattern which is the same for all the wikimedia sites.
I am open to any sugestion.
I do something like mediawiki template. So the big question is when and how should I confirm emails. If i do that in the registration template, then it will take additional 30 secounds per site to confirm, so the template speed would be limited to around 120 per hourn. And that is only for account creation.
So how to do mass email confirmation? It needs to be fast, I should be able to get all the links from my email in one go(one pop3 login), then parse and get links, and finally click one them. I have regex pattern which is the same for all the wikimedia sites.
I am open to any sugestion.