I am trying to use the sendmail function to send an email to the person that a task has just been assigned to. The form is New_Task. The table with the employee information is emp_list. I have a lookup field from the New_Task form to the emp_list that pulls up a function field concatname which combines the last and first name. Here is my code below, please let me know what is wrong with it, thanks.