----- Original Message ----
> From: Brian Hazelton <bdh_2...@comcast.net>
> To: php-general@lists.php.net
> Sent: Fri, October 16, 2009 11:11:06 PM
> Subject: Re: [PHP] PHP broadcast mailer
> 
> I thought about doing a batch email, is that an accepted practice, also how 
> do I 
> find my smtp server limit?
> 
> -- PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

Brian,

As George mentioned, beware of getting blacklisted.  Try to randomize the batch 
fetch so you're less likely to spam the receiving server(s).  As for getting 
the SMTP server limit, It's beyond the scope of this list.  You'll need to 
contact your server/network admin.  The method varies on SMTP server  
(SENDMAIL, MS SMTP/Exchange, etc).

Regards,
Tommy


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to