My recomendation if you are in a Linux box, send the message to your local SMTP server (i.e. sendmail or Postfix), and let it to worry about the queues. (in case the remote server is temporary down).<br><br>The SMTP server could have a limit in the number of recipients (to avoid SPAM), you could discover what the limit is, or you can send mail to 20 recipients (for instance) each time.
<br><br>Saludos,<br> Edu<br><br>PD: Postfix is powerful and simple to configure (compared with sendmail.. whatever is simpler to configure)<br><br><div><span class="gmail_quote">2006/4/5, Bill Moseley <<a href="mailto:moseley@hank.org">
moseley@hank.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm using the Email plugin for sending single mails, and I do it
<br>within my controller during the request.<br><br>I now have a need to send about 50 individual messages as a result of<br>a form post.<br><br>What's would you suggest?<br><br>- Write the mail and list of recipients to the database and then let
<br>cron process them later?<br><br>- Get all I need out of the database and then fork and send the mail?<br><br>- Just do $c->email in a loop and use some kind of please wait<br>screen?<br><br><br>--<br>Bill Moseley<br>
<a href="mailto:moseley@hank.org">moseley@hank.org</a><br><br><br>_______________________________________________<br>Catalyst mailing list<br><a href="mailto:Catalyst@lists.rawmode.org">Catalyst@lists.rawmode.org</a><br><a href="http://lists.rawmode.org/mailman/listinfo/catalyst">
http://lists.rawmode.org/mailman/listinfo/catalyst</a><br></blockquote></div><br>