Skip to content

pndda/php-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP contact-form

by Panadda Manarata

Challenge

Write a contact form using PHP

Connect mail() function

Installation

Composer

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

composer require phpmailer/phpmailer

PHP mailer

To link your smtp:

Open terminal and place command in project file

composer require phpmailer/phpmailer

Mailtrap

Mailtrap is a dummy SMTP server for development teams to test, view, share transactional and other emails sent from DEVELOPMENT and STAGING environments, without spamming real customers

License

MIT

Preview

conctac form preview

About

Start to make your own contact form using PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published