SMTP is the internet protocol used when sending mail from an end-user client (Netscape Mail, Eudora, etc) for delivery to the local mailserver. The "local" mailserver is then respobsible for forwarding the mail so it will reach the final recipient. SMTP is also used by a mail server (Sendmail, Qmail, MS Exchange) when delivering internet mail to another mail server. If you are on the unix command-line there are other ways of getting your message into the "local mailserver" to start delivery other than your program talking with the server directly via SMTP.

No matter how you send internet mail to someone it will almost certainly take part of the journey over SMTP. Mail generally hops across several mail servers on its path to delivery. E-mail is not designed for immediate delivery. Best efforts will be made to get the message to the recipient in a timely fashion, but anytime a mail-server is under load (handling many messages) delivery times will increase.

POP3 (among others like IMAP) is a protocol used by end-user agents (and some mail forwarding agents, like feetchmail) to retrieve mail from a mailbox.


In reply to RE: RE: (jcwren) RE: Re: Faster Then Sendmail by lhoward
in thread Faster Then Sendmail by mt2k

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.