Send Email with PHP

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
8,990
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Mar 16, 2010

Simple how to send a plain text email with PHP. Covers the contact form, the email processor, and the thank-you page.

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 2 dislikes

Link to this comment:

Share to:

Uploader Comments (waltdesignanddevelop)

  • i dont understand why the header and footer.php files are referenced @ :10. i dont have any files by that name and theres no coding of those in this video.....anyone?

  • @drummerjacob Those are if you were displaying a web page, you can put the top part of the page in 'header.php' and the bottom part of the page in 'footer.php'.

    They are not required to make the script run.

  • Hello, is there a code where I can make them set who they want to send the message to?

  • @AustinMutschler You can add a form field to collect an email address, and then reference that in the mail command. A simple version would look like:

    mail ($_POST['toEmail'], '[[Subject]]', '[[body]]'); // replace subject and body with your actual text.

  • Great tutorial for someone who knows nothing about how to set this up.

    Its a good practice to differentiate between when you are using curly brackets and round brackets because its impossible to see in a video.

    Again, thanks for this video especially setting up the if statements.

  • @drmcgog Good point about mentions which type of characters are being typed for when someone isn't viewing full screen. I'll work on that for future tutorials.

see all

All Comments (16)

Sign In or Sign Up now to post a comment!
  • @waltdesignanddevelop You can seperate HTML and PHP, instead of making 1 big mess. Search up templatepower if you haven't already.

  • @waltdesignanddevelop ok thanks

  • thanks very USEFUL ... code

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more