Is there anyways to collect all emails of all users of forum????? there is some prob in my forum and can't send mass mails? how can i take all email adresses to send them mail from hotmail or yahoo?
transfering servers came up with this prob..........it says email has been sent but it does not go to emails don't know prob
PHPMyAdmin -> Select your vBulletin's DB -> "SQL" Tab SELECT email FROM `user` LIMIT 0, 1110 Code (markup): (I have 1110 users in my vBulletin DB so i used the number 1110 in the query above. Change it to any number greater than the no. of users in your vBulletin DB) Scroll down, select the "Check All" option. Then export the data by clicking the "Export" ( ) button. Suggested settings : Export Type : CSV Additional Options : "Save as file" : Put a tick/check "Compression" : None [GO] Hope this helps.