in reply to How can i send email to Multiple email addresses using Email::Simple
- From says who send the mail. So, adding addresses to the From header doesn't get your mail delivered multiple times.
- Why ask if something is possible? Why don't you try and see?
- Did you read the documentation of Email::Simple?
- You probably need the 'Cc' header. Read the manual page how to set it.