When I create a test message I get the following, but nothing is in the log file and I don't get the email.

SMTP.module is active.
The configuration options have been saved.
SMTP.module is active.
A test e-mail has been sent to [Email Address]. You may want to check the logs for any error messages.

When i go look at the logs nothing is there. I am seeing other logs, but nothing for smtp. I have about 6 other sites using the module and it works fine. Or if something is wrong I at least get log file saying what failed.

Any ideas on why i'm not getting any log file?

Thanks!

Comments

jrreid’s picture

Category: Bug report » Support request

Just had a quick run through the module, and currently there are only the following times something is actually logged in the current 7.x-1.x:

  1. There is no submitted from address. (smtp.mail.inc, line 99)
  2. The submitted from address is not valid (smtp.mail.inc, line 114)
  3. The header of your message is not supported by PHPMailer (smtp.mail.inc, line 211)
  4. Queue sending mail (smtp.mail.inc, line 528)
  5. Sending mail from queue (smtp.module, line 112)
  6. Error sending e-mail (smtp.module, line 118)
  7. Invalid recipient array when adding addresses (smtp.phpmailer.inc, line 461)
  8. Invalid address when adding addresses (smtp.phpmailer.inc, line 473)
  9. Invalid address when setting sender address (smtp.phpmailer.inc, line 508)

All of these are only ever logged when logging is set to all or errors. So unless you've turned on debugging, you shouldn't see anything in the log at all. And if its turned on, you should see something from #4 or #5.

DamienMcKenna’s picture

Status: Active » Fixed
Issue tags: -No Log file Entry - No Emails sent

Feel free to reopen the issue if you need additional help.

DamienMcKenna’s picture

Assigned: synesis » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.