PHP Form
There are issues with using mail function:
- Email might be treated as spam
- The SMTP socket is issued for each mail
- Can not be used for bulk-emailing
- Unreliable use of new line character across plateforms
You should when you can use PHPMailer Or The SwiftMailer