You are here

constant SMTP_LOGGING_ERRORS in SMTP Authentication Support 7

Same name and namespace in other branches
  1. 7.2 smtp.module \SMTP_LOGGING_ERRORS

SMTP logging -- only errors are logged

6 uses of SMTP_LOGGING_ERRORS
PHPMailer::__construct in ./smtp.phpmailer.inc
Constructor
SmtpMailSystem::mail in ./smtp.mail.inc
Send the e-mail message.
SmtpMailSystem::mailWithoutQueue in ./smtp.mail.inc
smtp_admin_settings in ./smtp.admin.inc
Administrative settings.
smtp_send_queue_runner in ./smtp.module
Queue runner function defined in hook_cron_queue_info() above.

... See full list

File

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

Code

define('SMTP_LOGGING_ERRORS', 2);