Hi all,

I have a webform with example.com/node/123/webform/emails set to send email notification from info@example.com to several email addresses when a submission is received.

Is there a way to see a log of email notifications sent out ie with date and time etc to verify that the notifications have in fact been sent?

I have tried https://www.drupal.org/project/maillog - it works ok for logging some emails eg for new comment posted but so far it does not seem to log emails for new webform submission.

Thanks...

Comments

DanChadwick’s picture

Status: Active » Fixed

If you aren't using drafts, you can create a view on the submissions showing the submission date. This is the date on which the e-mail was sent. There is no real guarantee that the e-mail was sent -- only that Drupal processed it.

If you are using drafts, then the date on the submission is the date that the submission was first saved. There is an issue to enhance this, which you could work on if you are a developer or have access to one.

Status: Fixed » Closed (fixed)

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