Version 1.4 (checked in on 2010/03/03 at 15:48:59 by rfay)
Example of how to use Drupal's mail API.
This example module provides two different examples of the Drupal email API.
| Name | Description |
|---|---|
| email_example_form | The contact form. |
| email_example_form_submit | Form submission logic for the contact form. |
| email_example_form_validate | Form validation logic for the contact form. |
| email_example_mail | Implement hook_mail(). |
| email_example_mail_alter | Implement hook_mail_alter(). |
| email_example_mail_send | Send an e-mail. |
| email_example_menu | Implement hook_menu(). |