Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.2 KB

Form to email.

Receive the information sent through a form in to your email.

Getting Started

Clone or download the project and upload to a webserver.

Prerequisites

Configuration

Fill with your recaptcha key:

data-sitekey="YOUR_KEY_CAPTCHA_HERE"

Configure your SMPT data

$mail->isSMTP();                                      // Set mailer to use SMTP
$mail->Host = 'smtp.example.example';  // Specify main and backup SMTP servers
$mail->Username = '[email protected]';                 // SMTP username
$mail->Password = 'your_password_of_your_email';                           // SMTP password

Built With

Third party apps

Author