Forum Moderators: coopster
Is this very difficult or even advisable using PHP's mail function?
I was thinking of doing that recently but changed gears after looking into it a bit. To send announcements, people forms post like they would on these forums. The users for are savvy enough that's not a problem.
Beyond not having to install and learn the additional package, here are a few reasons I did it this way:
- Less concern about spam
- Server doesn't have to check for email periodically
- No worries about incompatible email (HTML vs. non HTML)
Also, one user thanked me for making it so she could send messages without an email client. I reckon she thought that was extra work.
Just my 2¢.
[gnu.org...]
It's free software from the GNU project: it's easy to set up and administer and nice and stable, so if it fulfils your need it will save you reinventing the wheel. :)