forumfive
forumfive copied to clipboard
Email notification
nice forum script
any chance of adding email notification - so if someone replies to a topic you get emailed?
cheers
justin
I was thinking about implementing that. If more people want this then I'll expand the code with email support.
I just so happen to hold the record with the smallest SMTP client in PHP. ;)
thanks - think it would be a great additon - thats the only other basic feature that I think most forums would required
I think it would be good too.
You may like to take look at my mailing class... It's quite simple and easy-to-use. (The class uses the native mail() function).
Way beyond that actually, I would build just do the whole SMTP client in PHP (like above). Mailer classes are great when you are on shared hosting where they will setup the postfix or exim for you.
Indeed!