smtp.info 540 B

123456789101112131415161718192021
  1. name = SMTP Authentication Support
  2. description = "Allow for site emails to be sent through an SMTP server of your choice."
  3. core = 7.x
  4. package = Mail
  5. configure = admin/config/system/smtp
  6. files[] = smtp.mail.inc
  7. files[] = smtp.phpmailer.inc
  8. files[] = smtp.transport.inc
  9. ; Test suite.
  10. files[] = tests/smtp.unit.test
  11. ; For the tests the Maillog module is also required.
  12. test_dependencies[] = maillog
  13. ; Information added by Drupal.org packaging script on 2017-06-27
  14. version = "7.x-1.7"
  15. core = "7.x"
  16. project = "smtp"
  17. datestamp = "1498593247"