You are here

constant SMTP_LOGGING_ALL in SMTP Authentication Support 7

Same name and namespace in other branches
  1. 7.2 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
Queue runner function defined in hook_cron_queue_info() above.

File

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

Code

define('SMTP_LOGGING_ALL', 1);