Hi!
I cannot solve one problem. My project contains many modules. MIME::Lite is used in several of them. I want method MIME::Lite->send() to be called with my default values in all cases. I know the decision if the call is occurred in one module but what is to be done in such situation (the call in a lot of places). As I think it’s bad decision to change code of MIME::Lite. What can you advice me?
Thanks a lot!