How to send emails from your website?
You can use the PHP mail() function to send an email with PHP. The simplest way to do this is to send a text email. This is one way to handle sending you the results when a visitor to your website fills out a form. We recommend that you use PHP's mail function for doing this: Learn more about PHP's mail function.