Download & Extend

How to log all outgoing mails

Project:Send
Version:master
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

How my mails can be logged via mimemail?

Comments

#1

Status:active» postponed (maintainer needs more info)

Can you please provide more information? I'm not sure what you're requesting here.

Jer

#2

Status:postponed (maintainer needs more info)» active

I mean ability to log all outgoing mails, when, to who mail was send, what was the subject and eventually data.

#3

Status:active» closed (works as designed)

That's pretty far outside the scope of what Mime Mail does. It's possible to write a small module that does what you're asking, or you can possibly use Send, which performs this type of tracking for many types of functions.

#4

Title:How my mails can be logged via mimemail?» How to log all outgoing mails
Project:Mime Mail» Send
Version:6.x-1.x-dev» master
Status:closed (works as designed)» postponed (maintainer needs more info)

It's possible to log all outgoing mails via Send module (watchdog) ?

#5

Status:postponed (maintainer needs more info)» closed (won't fix)

Send logs messages sent through its own API. For logging all sent messages, you will want to look into creating a small module for your own use that uses hook_mail alter:

http://api.drupal.org/api/function/hook_mail_alter/6

Thanks!

nobody click here