i have an excel sheet with 3 columns - name, email, and filei need to send an e-mail to the email in that row, with the file specified in that rowi have a DOS command line program that will send the e-mail - http://www.febooti.com/products/command-line-email/i wrote a little for loop but i fucked it up
9/6/2008 6:51:57 PM
this is super easy to do in VB in excel.. whatever you're doing in DOS is 100x harder. i have the code at work to do it, i'll show it to you on monday if you haven't found an answer--you should be able to google and figure this out though really
9/6/2008 6:58:41 PM
basically it's just a loop of selecting a row, setting the email attachment, address and name to the ones in each column, sending, then moving to the next row until it gets to an empty row.ah shit i'm bored, hold on i'll find some code
9/6/2008 8:25:28 PM
i <3 you
9/6/2008 8:31:04 PM