Dear Friends,

I am wanting to automate the sending of e-mails to employees. The spreadsheet includes three columns, and multiple rows (no header) - each row is for one employee. The first column contains the name of the individual, the 2nd the e-mail address to use, the 3rd a bit of information that I need to include in the message area of the e-mail along with some of my own text (that will be exactly the same in every e-mail.)

Here is an example

Column 1 Column 2 Column 3
Joe [email protected] $23.45
Sally [email protected] $55.43

The e-mails would be like this:

Dear Joe, I wanted to let you know that you will receive $23.45 today.

Dear Sally, I wanted to let you know that you will receive $55.43 today.


Any help you can give would be most appreciated!
Mike