Closed (fixed)
Project:
PHPMailer
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2013 at 21:52 UTC
Updated:
5 Jun 2017 at 02:10 UTC
Jump to comment: Most recent
Comments
Comment #1
oadaeh commentedHave you tried setting the "Debug level" under "Advanced SMTP settings" on the configuration page (admin/config/system/phpmailer)?
Comment #2
kruser commentedYes, but debug only shows "real-time" SMTP messages to the user who sends the email and doesn't put that info in the watchdog log. For example I'm trying to debug when someone places an ubercart order and it sends emails, if it fails, I'd like to see the SMTP log for the failure.
Comment #3
oadaeh commentedAh, so what you really want is for the PHPMailer module to save the SMTP conversation in Drupal's logs. It does not do that, and so this is a feature request.
Comment #5
oadaeh commentedI committed changes to store the communication output in Drupal's database log, and an administrative option for en/disabling it.
Comment #6
oadaeh commentedI forgot that I need to add this to the 8.x branch, so I'm re-opening the ticket.
Comment #8
oadaeh commentedOkay, now this is fixed.