I tried to use MIME lite in order to send an e-mail with attachment. I used the simple example found on the MIME lite documentation page. The mail server I am using does not need authentication and I downloaded the last version of MIME lite and Date::Format (as requested by MIME lite). Now I have this strange behaviour if I use linux everything works fine and the message is sent correctly, but with windows XP I receive always the message "I cannot connect to server unknown error". I tested the port 25 on the windows machine and it is not blocked, even if when I tried to do a telnet on this port the response is "I cannot connect". I am a bit confused. In the windows machine the firewall is deactivated but I have the MCfee antivirus on and I would like to keep it on. Can someone help me or tell me if there is a workaround to send e-mails with attachment in Windows? Thanks Marco

In reply to MIME lite on Windows XP by takaya67

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.