On Dec 8, 12:56 pm, tony1234567...@yahoo.co.uk (Tony Esposito) wrote:
> Hello,
>
> I am using Perl 5.8 on WindowsXP and Windows Server 2003.  I can not get the 
> following attachment to arrive/attach even though I get the email with no 
> issues.  Any ideas?
>
> ...
>
>   MIME::Lite->send('smtp', 'smtp.server.net', Timeout=>60);
>   $msg->send;

You could try debug settings for possible hints. eg,

    $msg->send('smtp','some.host', Debug=>1 );    # perldoc MIME::Lite

--
Charles DeRykus




--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to