Jet\Mailing_Config_Sender
Definition of configuration representing the sender within the email sending subsystem.
The primary purpose of the configuration is to maintain a list of senders - see introductory chapter.
Overview of methods
Method | Meaning of |
---|---|
public getEmail( ) : string |
Returns the sender's email |
public setEmail( string $email ) : void |
Sets the sender's email |
public getName( ) : string |
Returns the sender's name |
public setName( string $name ) : void |
Sets the sender's name |