schicksmail / schicksmail
A simple send mail script / contact form for websites.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/schicksmail/schicksmail
Requires
- php: >=8.0.0
- phpmailer/phpmailer: ^6.7
Requires (Dev)
- phpunit/phpunit: 10.1.x-dev
This package is auto-updated.
Last update: 2025-10-09 21:17:07 UTC
README
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).
Example
There is an example in the example
directory.
And here is a live version of it.
Installation
- Get the package
composer require schicksmail/schicksmail
- Create your contact form (see example)
- Copy the
schicksMail.php
and adapt the settings - Create a link to
schicksMail.js
and include it on the page with your form (see example)