You are here

smtp.info in SMTP Authentication Support 7.2

Same filename and directory in other branches
  1. 5 smtp.info
  2. 6 smtp.info
  3. 7 smtp.info
name = SMTP Authentication Support
description = "Allow for site emails to be sent through an SMTP server of your choice."
core = 7.x
package = Mail
configure = admin/config/system/smtp
files[] = smtp.mail.inc
files[] = smtp.phpmailer.inc
files[] = smtp.transport.inc

; Test suite.
files[] = tests/smtp.unit.test

; For the tests the Maillog module is also required.
test_dependencies[] = maillog

File

smtp.info
View source
  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