Skip to content

ComputerAnything/cpt_anything_forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple, functional, changeable

Steps

  1. Install dependencies: composer install in the root directory of the project. This command will install the necessary libraries for sending emails and managing environment variables. This command will install the necessary libraries for sending emails and managing environment variables.
  2. Create a .env file: Copy the .env.example file to .env and fill in your SMTP credentials.
  3. Run the php server: cd into your project dir. Use the command php -S localhost:8000 to start a local PHP server.
  4. Visit localhost:8000/test-form.html in your browser: This will open the test form where you can enter your email address.
  5. Check your email: After running the script, check your inbox for the test email.

About

A simple reference to apply forms via php in my html sites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published