the new code

?

I’m Dudley Storey, author of Using SVG with CSS3 and HTML5, Smashing Magazine contributing editor, teacher and speaker. I write about all aspects of web development, including:

  • HTML
  • CSS
  • JavaScript
  • SVG
  • Responsive Design
  • Galleries
  • PHP
  • MySQL
  • SEO
  • Accessibility
  • Servers & Hosting
  • Business
  • Exercises & Quizzes

To receive more information, including news, updates, and tips, follow me on Twitter or add me on Google+.

Become a Patron

This site helps millions of visitors while remaining ad-free. For less than the price of a cup of coffee, you can help pay for bandwidth and server costs while encouraging further articles.

projects

The New DefaultsA Sass color keyword system for designers. Replaces CSS defaults with improved hues and more memorable, relevant color names.

CSSslidyAn auto-generated #RWD image slider. 3.8K of JS, no JQuery. Drop in images, add a line of CSS. Done.

Massive Head CanonMassive Head Canon. Intelligent discussion of movies, books, games, and technology.

books

Pro CSS Animation (Apress, 2013)

Part of the PHP Validation Reading List

PHP eMail Headers

Updated 2015-08-21 00:11:06

Share onTwitterFacebookGoogle+

Previously I've discussed sending a simple eMail with PHP. At its heart, the PHP mail() function requires just three arguments:

Read more about PHP eMail Headers

Part of the PHP Validation Reading List

Sending A Simple eMail With PHP

Updated 2015-08-21 00:10:43

Share onTwitterFacebookGoogle+

For low-traffic websites, it is reasonable to be informed by eMail when a site’s form is submitted. In principle, sending eMail with PHP couldn’t be simpler: it is a single function, mail, that has just three required arguments: to, subject and message.

Read more about Sending eMail With PHP