Page 1 of 1
Verbose Sending Plugin, log to db
Posted: Thu Jul 10, 2008 3:17 am
by Blade McKain
Hi all
it is possibile do not show the "log message" that Verbose Sending Plugin generate but put it into a database?
How?
thx a lot
Re: Verbose Sending Plugin, log to db
Posted: Thu Jul 10, 2008 6:15 am
by dillion
Why not use the Swift's logging system -
Linky
This is what I use for my application so every email that is sent is logged in the database. I also have verbose plugin enabled but only in debug mode.
Re: Verbose Sending Plugin, log to db
Posted: Sun Jul 13, 2008 4:45 am
by Chris Corbyn
Blade McKain wrote:Hi all
it is possibile do not show the "log message" that Verbose Sending Plugin generate but put it into a database?
How?
thx a lot
Yes it is. Read the bottom of the following page, and instead of echoing something in your custom view, just store it in the DB. Semantically it's wrong, but in practice it works. In version 4 I've changed the naming so semantically doing such a thing makes sense.