You are here

constant SMTP_LOGGING_NONE in SMTP Authentication Support 7.2

Same name and namespace in other branches
  1. 7 smtp.module \SMTP_LOGGING_NONE

SMTP logging -- logging is disabled

1 use of SMTP_LOGGING_NONE
smtp_update_7101 in ./smtp.install
Updating variable value now that new SMTP logging behavior has been implemented.

File

./smtp.module, line 21
Enables Drupal to send e-mail directly to an SMTP server.

Code

define('SMTP_LOGGING_NONE', 0);