First page Back Continue Last page Overview

A more complicated demonstration. Inside of reply(), the Mail::Identity provides all needed information to compose the correct message to be returned.

Without this Mail::Identity object, you would have to specify all these facts as separate items, which is a lot of work. Each item then has to be configured separately, passed between many modules separately, and finally be used not knowing about the other related values.