Before/After email is sent, you could insert the content of the email into database. That way, you will have records of the email.
Create a table and name "email".
Add columns: email_id, from, to, subject, body, date_sent
You could you add other columns such as cc and bcc.