see comments in self.from_address
def == o; o && o.email == email; end alias :eql? :== def hash; [name, email].hash; end
when sorting addresses, sort by this
[Validate]