Hi all,
I have a text file that has many entries. Each entry is exactly 4 rows. Each 4 rows is seperated by a blank row. So the file looks like this
Issued Request ID: 0x286 (646)
Certificate Expiration Date: 3/28/2009 9:35 AM
User Principal Name: "someone@company.com"
Certificate Template: "EFS"
I'd like to loop through these entries, grab the email address, and send an email to the address with the information in the body of the email. How would i do this?
Thanks
I have a text file that has many entries. Each entry is exactly 4 rows. Each 4 rows is seperated by a blank row. So the file looks like this
Issued Request ID: 0x286 (646)
Certificate Expiration Date: 3/28/2009 9:35 AM
User Principal Name: "someone@company.com"
Certificate Template: "EFS"
I'd like to loop through these entries, grab the email address, and send an email to the address with the information in the body of the email. How would i do this?
Thanks