simple email program

Job ID: 30715898

Budget: $30 – $250 USD

I need a simple stand alone program in C#.net that will do the following. Read two files. The first file is called "email_file.txt" and it is attached. It has 6 lines that look like this.

senders email
password
mail server
587
path of the file attachment and name of the file
mail to email

The second file contains the actual text of the message. It is called "mail_message.txt"

It contains the actual text of the email

when the program is called, it will send the email out using this information and also a CC to the sender. Should be a very simple process.