Only 20 emails a day ? When I was working on new builds, we regularly got hundreds of 'template missing' messages a day - I just filtered em into a mailbox and deleted when I haad fixed the problem :-)

Bloody lightweights - LOL

PS - With reference to your problem - why do the email addresses become inactive ? How often do you purge your mail database ? Are you a spammer :-?

Its usually a good idea to validate emails by connecting to the mailserver supplied by the user using a socket, and validate new mail addresses that way - an error from the mail server and you unceremoniously delete the user anyway. The other way to validate is of course to send a validation link in the email such that the user is required to validate their receipt of the mail against the database - anybody not renewing their a/c in say a week, gets deleted.

Cheers
Neil Smith.


At 07:22 29/10/2002 +0000, you wrote:
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
From: "Noah Spitzer-Williams" <[EMAIL PROTECTED]>
Date: Tue, 29 Oct 2002 01:55:53 -0500
Subject: How to prevent error email from being sent?

Hey guys,

    My service sends out emails every few days to members who wish to have
stats sent to them. The problem is once an email becomes inactive, I the
webmaster gets a failure email sent to me. This is starting to add up and I
can get upwards of 20 of these a day. It just seems likea  waste of space
and bandwidth... is there anyway I can prevent this?

    If i delete the webmaster email key in php.ini will my emails not have a
reply address?

Thanks!

- Noah

[EMAIL PROTECTED]

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

Reply via email to