constant SMTP_LOGGING_ALL in SMTP Authentication Support 7.2
Same name and namespace in other branches
- 7 smtp.module \SMTP_LOGGING_ALL
SMTP logging -- all messages are logged
3 uses of SMTP_LOGGING_ALL
- SmtpMailSystem::mail in ./
smtp.mail.inc - Send the e-mail message.
- SmtpMailSystem::mailWithoutQueue in ./
smtp.mail.inc - smtp_send_queue_runner in ./
smtp.module
File
- ./
smtp.module, line 26 - Enables Drupal to send e-mail directly to an SMTP server.
Code
define('SMTP_LOGGING_ALL', 1);