Search for mail

  1. Search 6.x-1.x for mail
  2. Search 8.x-1.x for mail
  3. Search 4.x for mail
  4. Search 5.x for mail
  5. Other projects
Title Object type File name Summary
devel.mail.inc file ./devel.mail.inc MailSystemInterface for logging mails to the filesystem.
DevelMailLog class ./devel.mail.inc Logs mail messages to the filesystem.
DevelMailLog::composeMessage function ./devel.mail.inc Converts a message array to a string.
DevelMailLog::dirify function ./devel.mail.inc Convert a string to a valid directory name.
DevelMailLog::getFileName function ./devel.mail.inc Gets a filename for a message using tokens.
DevelMailLog::getOutputDirectory function ./devel.mail.inc Retrieves the directory that contains message files.
DevelMailLog::mail function ./devel.mail.inc Save a mail message to a file using Drupal variables and default settings.
DevelMailLog::makeOutputDirectory function ./devel.mail.inc Creates the directory to contain the message file if necessary.
DevelMailTest class ./devel.test Test devel mail functionality.
DevelMailTest::$profile property ./devel.test The profile to install as a basis for testing.
DevelMailTest::getInfo function ./devel.test
DevelMailTest::setUp function ./devel.test Sets up a Drupal site for running functional and integration tests.
DevelMailTest::testMail function ./devel.test Test mail logging functionality.