File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
3
3
4
4
This contact form has basic security features which you can choose to extend upon.
5
5
Original file line number Diff line number Diff line change 20
20
$ m ->isSMTP ();
21
21
$ m ->SMTPAuth =true ;
22
22
$ 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
24
24
$ m ->Password ='password ' ;//replace with your password
25
25
$ m ->SMTPSecure ='ssl ' ;
26
26
$ m ->Port =465 ;
You can’t perform that action at this time.
0 commit comments