constant SMTP_LOGGING_ERRORS in SMTP Authentication Support 7.2
Same name and namespace in other branches
- 7 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
File
- ./
smtp.module, line 31 - Enables Drupal to send e-mail directly to an SMTP server.
Code
define('SMTP_LOGGING_ERRORS', 2);