Closed (won't fix)
Project:
Send
Version:
master
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 11:09 UTC
Updated:
23 Oct 2009 at 17:42 UTC
How my mails can be logged via mimemail?
Comments
Comment #1
jerdavisCan you please provide more information? I'm not sure what you're requesting here.
Jer
Comment #2
kenorb commentedI mean ability to log all outgoing mails, when, to who mail was send, what was the subject and eventually data.
Comment #3
allie mickaThat'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.
Comment #4
kenorb commentedIt's possible to log all outgoing mails via Send module (watchdog) ?
Comment #5
allie mickaSend 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!