I am wanting to write a program to manage bulk mail outs. What would be an appropriate module to use, would SendMail be suffice? This program will have to be capable of sending thousands of emails at a scheduled time. Would using a loop to filter through an array sourced from a database be a feasible solution?