Example of mail API. (drupal 6)
This example module provides two different examples of the Drupal email API.
This example is part of the Examples for Developers Project which you can download and experiment with here: http://drupal.org/project/examples
| 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 | Implementation of hook_mail(). |
| email_example_mail_alter | Implementation of hook_mail_alter(). |
| email_example_mail_send | Send an e-mail. |
| email_example_menu | Implementation of hook_menu(). |
examples/