Skip to content

Receive in your email information send it through a form:

Notifications You must be signed in to change notification settings

VGzsysadm/form-to-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Receive in your email information send it through a form:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published