Re: Mail que system written in PHP for Linux?




Manuel Lemos wrote:
Hello,

on 07/15/2006 01:07 AM eastcoastguyz said the following:
I have a client who's web site needs to send out opt-in e-mail. I
contacted the web hosting service who they intend to host this with and
they have a limit of 500 e-mail messages sent per hour. I suspect most
web hosting services have a limit on this, so I thought about how to
address this. The e-mail being sent out would be personalized, and
there could be other processes from this same web site sending out
e-mail to a list too. So I thought about developing a mail que system
written in PHP to help with this.

If this already exists, please point me to it. If there is a better way
to do this, I would be interested to hear it. Thanks!

When you use the mail function in Linux, it uses sendmail or compatible.
In Linux, all MTA are compatible with sendmail. Sendmail is already a
queue system. There does not seem to be much point in duplicating a
sendmail function that it already does better than PHP could. PHP will
certainly will not override your ISP limits.


--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

Thanks for your post. I didn't want to create my own mail queue system
in an attempt to override the limits by the ISP, but to make sure I
didn't exceed them.

.



Relevant Pages

  • Re: Mail que system written in PHP for Linux?
    ... they have a limit of 500 e-mail messages sent per hour. ... When you use the mail function in Linux, it uses sendmail or compatible. ... sendmail function that it already does better than PHP could. ...
    (alt.php)
  • Re: Mail que system written in PHP for Linux?
    ... When you use the mail function in Linux, it uses sendmail or compatible. ... sendmail function that it already does better than PHP could. ...
    (alt.php)
  • Re: [PHP] Alternate way of e-mailing in PHP
    ... > I've also tried Manuel Lemos' MIME, SMTP, and MAIL classes but they don't ... The only thing that works in PHP for sending e-mail is ... The MIME message composing and sending class has a sub class to use ... sendmail directly with popen. ...
    (php.general)
  • Re: send email to me
    ... to do this i have no idea because i am new to PHP. ... sendmail binary on your system during compile time. ... about compiling php...much less including third-party add-ons in the ... how you treat your wife and kids is up to you and of little concern to ...
    (comp.lang.php)
  • Re: SuSE 9.1 - mail() function disabled in PHP ??
    ... I checked the sendmail setting, grepped for disable, all that jazz, ... SuSE 9.1 Professional RPMs, because they save me a lot of time not ... having to compile everything. ... /usr/local/apache2 and defaults for PHP simply because I couldn't ...
    (comp.lang.php)