A simple send mail script / contact form for websites. The contact form is sent using JavaScript (using JQuery) to a backend which sends the mail (using PHPMailer).
There is an example in the example directory.
And here is a live version of it.
- Get the package
composer require schicksmail/schicksmail - Create your contact form (see example)
- Copy the
schicksMail.phpand adapt the settings - Create a link to
schicksMail.jsand include it on the page with your form (see example)