Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [jagerman] Mail notification on replies

Quote Reply
Re: [jagerman] Mail notification on replies In reply to
Last time when I was running the Discus forum, I made a modification to it such that when a user post to a thread, it will be logged into a file somewhere. Then I have a cron process which process this file every minute and sends out email notification to all the users who has subscribed to this thread. The trick is that I put all email addresses into the BCC: field and the emails are sorted by domain so sendmail can send it out in batches. (Never ever forget to sort it by domain or else sendmail can choke on the large amount of emails that needs to be sent)
It works and keeps the load on the server to a minimum. Smile
Subject Author Views Date
Thread Mail notification on replies kellner 2454 Jan 28, 2002, 5:32 PM
Thread Re: [kellner] Mail notification on replies
Jagerman 2362 Jan 28, 2002, 6:38 PM
Post Re: [jagerman] Mail notification on replies
kellner 2339 Jan 29, 2002, 3:31 AM
Post Re: [jagerman] Mail notification on replies
dauhee 2332 Jan 29, 2002, 8:40 AM