How can I install Email::Sender on windows?
email, perl, smtp, windows
Solution
Assuming you mean the CPAN module `Email::Sender` (Perl is case sensitive), and not some other module that isn't in CPAN, then you use the package installer that came with your Perl distribution.
In most cases that will be:
cpan Email::Sender
There are more details and methods linked from the Getting Started section of the CPAN homepage.
Problem
I'm working with Perl on Windows. I will try to send mail with Email::Sender module. But I couldn't install module for Email::Sender.