for x in first_name_list
{
   for y in last_name_list
   {
      sendmail x.y@gmail.com
   }
}