MIME::Lite package Invalid route address

email, perl

Solution

Do you use the Cc or the To field to list more than one addresses?

This says, Cc field and simple comma: https://metacpan.org/pod/MIME::Lite

Problem

I'm tying to send email to multiple users using `MIME::Lite` package. I have tried to separate addresses by space, semicolon or coma but nothing worked. I still get the error "Invalid route address".

Original source