Author: jasonrhl, Posted: Wed Sep 14, 2005 12:44 pm Post subject: Removing users with dead emails
I was wondering what other users of PHPNUKe do when they get returned emails?
I was looking for a module that could test emails or check the details of users and allow easy deletion of their account.
Jason
Author: Evaders99, Posted: Wed Sep 14, 2005 5:31 pm Post subject: Re: Removing users with dead emails
phpNuke doesn't really communicate with the mail server, it uses PHP email sender script. You'd have to write a script to access the mail server for returned emails.
You may need a script to send people a new confirmation email to activate their account again.
Author: jasonrhl, Posted: Wed Sep 14, 2005 7:48 pm Post subject: Re: Removing users with dead emails
so no one worries about dead email addresses?
I was just curious. I have just reached 600 registered users and am getting like 30 dead email returns. I cant imagine how many you would get with 6000 or more users
Author: joenorris, Posted: Wed Sep 14, 2005 8:37 pm Post subject: Re: Removing users with dead emails
It does stink.
I went through my bounced emails the other night and wiped some of them.
The interesting find though was some users mailboxes that were full, so
I am glad I didnt have an auto wipe mechanism in place for that.
You would need a reporting page with the actual error the mail was returned just to be fair.