Hi,Thanks for the response. By declaring String[] recipients = { "recipient1@example.com", "recipient2@example.com" };two emails will get generated right ?First Email will have recipient1@example.com in To field and Second Email will have recipient2@example.com in To field. How can i generate single...