1. There are several others that work under Windows. Mail:Sendmail, Net::SMTP, ...

  2. Yes, I agree the docs are not too good. Any suggestions for improvement (or even whole parts rewritten ;-) are appreciated. I guess it would be quicker by email though.

  3. For the performance ... I think there are only two improvements possible. First ... if your script sends several mail messages keep the $sender object. It is NOT connected to the server, but still it would be cheaper. Second ... try to use the IP address instead of the name of the SMTP server.

    The fact that you connect to a Unix server from a Windows machine should not matter much as long as the connection between the two is reasonably quick. Try to telnet to.the.server 25 and see how long it took to get the SMPT server's greeting. If it does take too long you might consider (assuming the windows machine is Win2k or WinNT or WinXP) starting the "Simple Mail Transfer Protocol" service and setting it up to send all emails to that unix box (and restricting the access so that the SMTP on the windows box is only accessible from localhost).

    Let me know if you need help setting this up (I know for sure I WOULD have big problems trying to set up anything like this under Unix.)

  4. As far as the jokes are concerned ... when I wrote the first versions my english was too bad to even understand jokes, let alone write any. And since then I'm only patching and patching and patching ... which makes the docs quite messy actually. :-(


In reply to Re: Re: Mail::Sender - design by Jenda
in thread Mail::Sender - authentication and design questions by Jenda

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.