Help for this page

Select Code to Download


  1. or download this
    The envelope sender and recipients are, by default,
    generated by looking at the From, To, Cc, and Bcc headers.
    ...
    "get_env_sender" and "get_env_recipients" methods, both of 
    which receive the Email::Simple object and their only 
    parameter, and return email addresses.
    
  2. or download this
    sub get_env_sender
    {
     # something
    }