Is it possible to have a mail Observer that handle only a specific Mailer ?
So that we can possibly have different mailer - mail-observer pair that work together to handle task after their mail has been sent.
For instance one mail-obser could delete temporary generated attached-files, while another could log the sending of some specific type of message (of a specific mailer).
If it is possible, could you illustrate how do we make the "connection" works between the mailer and the mail-observer classes ?
Many Thanks