Why php mail() require mail program like sendmail/postfix/etc.. for sending emails? I asking because sending email is client action and not something that need to run server.
Edit:
why is soo complicated to create native php mail function without need to install sendmail/postfix/etc.. program that have over functionality as server that can get requests and not just send email as client.
Thanks, Yosef