tweedegolf / swiftmailer-logger-bundle

Log emails sent with Swift Mailer in your Symfony2 project
MIT License
10 stars 7 forks source link

Not all information is saved into the entity #4

Open Lozik opened 8 years ago

Lozik commented 8 years ago

I've included the swiftmailer logger bundle in my project and noticed today, that not every possible information is saved into the entity. I'm missing alternative content (like plaintext format instead of html), attached documents information, etc. Is there any possibility to get that information and save this to the doctrine entity? I've looked for swiftmailer documentations but have not found official api references.

Thanks.

hugovandepol commented 8 years ago

I'm not sure if it's possible. I'll look into it this week...

hugovandepol commented 7 years ago

Hi, to get back to you (a little late): this project isn't actively maintained at this moment. If we release a new version, for example one that doesn't require php5.4, we may add the possibility to extend the entity that is used for logging which will solve your problem.