Possible Duplicate:
Why shouldn’t I use PHP’s mail() function?
In PHP, as long as i can send emails by using very simple mail() native function,
- what is the good reason to use
smtp?
Note: Please, I do not have enough knowledge in mail systems. So maybe i need a brief explanation about major differences in why using these two systems.