OP 25 October, 2020 - 08:54 PM
This is just a quick guide to sending an email address with PHP.
Step 1: Open your favorite code editor. Examples of editors are Notepad, Notepad ++, etc..
Step 2: Paste this code into the editor
When this code is executed, it will send an email to [email protected] from [email protected] saying what is quotes in the body. -
Get to learn PHP a bit more and you can edit this code by setting other headers to change the date the e-mail was sent.
Step 3: Customize the 'From' , '$email' , '$subject' , and '$body' any way you would like.
Step 4: Save the file as .php and then run the script.
Step 1: Open your favorite code editor. Examples of editors are Notepad, Notepad ++, etc..
Step 2: Paste this code into the editor
When this code is executed, it will send an email to [email protected] from [email protected] saying what is quotes in the body. -
Get to learn PHP a bit more and you can edit this code by setting other headers to change the date the e-mail was sent.
Step 3: Customize the 'From' , '$email' , '$subject' , and '$body' any way you would like.
Step 4: Save the file as .php and then run the script.