new(method_name=nil, *args)
Class Public methods
Instantiate a new mailer object. If method_name
is not
nil
, the mailer will be initialized according to the named
method. If not, the mailer will remain uninitialized (useful when you only
need to invoke the âreceiveâ method, for instance).
Please login to continue.