I don't really know how slow/fast it is - as I still don't have large list (just few emails, mostly mine and few friends) that I use for testing.

Anyway, in the control panel of application, when you create an email and place it in outbox, you can select the date & time when to send that particular email. I did it that way, so someone could prepare say several issues of newsletter, before they are to be sent. Obviously cron is set to run every hour or so, a script that checks if there are some emails in outbox that need to be sent. And there is no direct action performed by user ...

So to answer your question - no my goal is not to notify when all emails are delivered (it's an option - it sends email when it finishes if you want it of course).

And by my logic - if my application forwarded it to the SMTP server then my part of job is done - so it can send the notification.

If this speed-up can only be done by using qmail/sendmail type applications and not SMTP server directly - then it's fine with me. In my features I will write the opposite. Kind of : "If you use Open Source OS you get a special bonus - faster sending of emails." :)


In reply to Re^2: Sending many emails but fast? by techcode
in thread Sending many emails but fast? by techcode

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.