What You Have Learned

In this lesson, you have:

  • Configured your server for SMTP message service (pages 140145)

  • Learned about objects, methods, and properties (pages 146147)

  • Made use of an ASP object (CDONTS.NewMail) and/or a ColdFusion tag that makes use of an object (<cfmail>) (pages 147150)

  • Caused the server to generate an email message with hard-coded values (pages 149151)

  • Built a form to collect message data from the user (pages 152155)

  • Dynamically loaded user-entered data into the email message (pages 155157)

  • Applied client-side form validation to ensure the integrity of the generated message (pages 157160)