PHP Classes

SMTP/Bulk

Recommend this page to a friend!

      SMTP E-mail sending class  >  All threads  >  SMTP/Bulk  >  (Un) Subscribe thread alerts  
Subject:SMTP/Bulk
Summary:Sending bulk via SMTP
Messages:2
Author:Howard Beakman
Date:2007-11-22 18:19:20
Update:2007-11-25 04:20:52
 

  1. SMTP/Bulk   Reply   Report abuse  
Picture of Howard Beakman Howard Beakman - 2007-11-22 18:19:20
Using both your SMTP and Sendmail classes successfully now, but need to send individual emails (approx 7K) to another mail server on another Linux box (attached via internal LAN).
Currently using SMTP to access the other machine, but would like to be able to send to Sendmail directly.

Questions:
Is there a way to access the other machines Sendmail queue directly, so SMTP isn't required?
What's the best Sendmail config to send multiple emails to one domain? Do I need to pre-sort and batch, or does Sendmail do this already?

Sorry if this is more of a Linux/Sendmail question.

Thanks
Z

  2. Re: SMTP/Bulk   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-11-25 04:20:52 - In reply to message 1 from Howard Beakman
Take a look at the MIME message class. It can compose and send e-mail messages with sendmail among other delivery methods.

phpclasses.org/mimemessage