in reply to MIME::Lite returns "SMTP Failed to connect to mail server: Bad file descriptor"
Try turning debug on with:
MIME::Lite->send('smtp','host.com',Debug=>1);
|
---|
In Section
Seekers of Perl Wisdom