xeoncross / forumfive

A < 10kB forum system in PHP - Code Golf
164 stars 18 forks source link

Email notification #1

Open justinkelly opened 11 years ago

justinkelly commented 11 years ago

nice forum script

any chance of adding email notification - so if someone replies to a topic you get emailed?

cheers

justin

xeoncross commented 11 years ago

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. ;)

justinkelly commented 11 years ago

thanks - think it would be a great additon - thats the only other basic feature that I think most forums would required

ghost commented 11 years ago

I think it would be good too.

queued commented 11 years ago

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).

xeoncross commented 11 years ago

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.

queued commented 11 years ago

Indeed!