Skip to content

Commit cf4b9e4

Browse files
committed
Complete
1 parent 3a4c1cc commit cf4b9e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contact-Form-PHP
2-
Working Contact Form in PHP. Please note you need to implement changes in contact.php ie place your email address and passwor
2+
Working Contact Form in PHP. Please note you need to implement changes in contact.php ie place your email address and password.
33

44
This contact form has basic security features which you can choose to extend upon.
55

contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$m->isSMTP();
2121
$m->SMTPAuth=true;
2222
$m->Host='smtp.gmail.com';
23-
$m->Username='[email protected]';//replace by your email address
23+
$m->Username='[email protected]';//replace with your email address
2424
$m->Password='password';//replace with your password
2525
$m->SMTPSecure='ssl';
2626
$m->Port=465;

0 commit comments

Comments
 (0)