Skip to content

jburtondev/PHP-Mailback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PHP-Mailback

This uses the php mail() function, taking the users input and storing it as a variable.

After this, a reply email is sent with a subject header containing the users name.

		$subject = 'Thank you for doing business with us '.$name.'.';

About

Code snippets for my personal website (Under construction)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages