I have a need to mail 1000 users their usernames and passwords, this will be a 1 time thing. I was thinking that I could just do some sort of foreach routine but I can't see how that will work when they will all be different. I then thought a hash with the usernames and passwords would be OK, but then how to I link the proper email account with the proper hash value. I am not asking for the step by step here but if anyone has some direction for me I would appreciate it and figure it out from there.
Thanks Curt