Im using Mail::Sender with my perl program and were able to send mails with this program when using windows xp. After migration to Windows 7 this does not work anymore and fails with the following error:
error sending mail, connect() failed: The handle is invalid
Someone an idea how to handle this invalid handle error?
Is every dependency installed right?
Did you tried to reinstall Mail::Sender or upgrade it to the latest version?
Did your perl version changed?
Is your old Windows XP was 32bit and the new one is 64bit?
Did you recompiled all the modules/perl or just copied over from old host?
This module is a pure perl module, if it dependency installed right then it should work on both windows.
Regards,