diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 18:30:27 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 18:30:27 +0000 |
commit | ee59107c23a0c657d87550cca3fe601e5314992c (patch) | |
tree | 34d739b06e166328784b4423ccb6599c2aab27b7 /modules/system/system.info | |
parent | 701d06521766ec81599a41f3d262047e12a9f820 (diff) | |
download | brdo-ee59107c23a0c657d87550cca3fe601e5314992c.tar.gz brdo-ee59107c23a0c657d87550cca3fe601e5314992c.tar.bz2 |
#331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.
Diffstat (limited to 'modules/system/system.info')
-rw-r--r-- | modules/system/system.info | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.info b/modules/system/system.info index 8eb7db900..fa9a77d59 100644 --- a/modules/system/system.info +++ b/modules/system/system.info @@ -12,4 +12,5 @@ files[] = system.install files[] = system.test files[] = system.tar.inc files[] = system.tokens.inc +files[] = mail.sending.inc required = TRUE |