How my mails can be logged via mimemail?

Comments

jerdavis’s picture

Status: Active » Postponed (maintainer needs more info)

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

Jer

kenorb’s picture

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.

allie micka’s picture

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.

kenorb’s picture

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) ?

allie micka’s picture

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!