[Postfixadmin-devel] Request for help to create bulk email address
Brought to you by:
christian_boltz,
gingerdog
From: Sonam P. <s_p...@ru...> - 2011-12-28 11:42:14
|
Hello, I have completed the validation of the CSV file for bulk email ID creation. I have brown down my works into two parts (for my reference). PART I - upload the csv file and validate the contents (line by line), display the status. PART II - will create the mail box. So far I completed the PART - I: 1. Uploaded the csv file and validated whether uploaded file is in csv format or other. 2. Validated the username (check whether space exist in between) 2. Check for the existence of username 3. Considered as an error if sl no 1 and 2 exist. 4. Total mail box ready for creation (number of correct entries without the entry row of sl 1 and sl 2) 5. Displayed the status After displaying the status I am requesting admin whether to create (process) or to cancel. Now, to process, there will be post method again where the uploaded values or contents from PART I will no longer exist. I am just wondering whether I should create temporary table or file or use SESSION to store all the data collected from PART I for the PART II purposes. I would appreciate for your comments and advice Thank you Sonam Penjor -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |