Jet\Mailing_Config

Definition configuration of the subsystem for sending emails.

The primary purpose of the configuration is to maintain a list of senders - see introductory chapter.

Overview of methods

Method Meaning of
public getSender(
string $id
) : Mailing_Config_Sender|null
Based on the ID, it returns sender definition.
public getSenders(
) : Mailing_Config_Sender[]|null
Returns all sender definitions.
public addSender(
string $id,
Mailing_Config_Sender $sender_configuration
)
Adds sender definition.
public deleteSender(
string $id
)
Based on the ID, it deletes the sender definition.
Previous chapter
Jet\Mailing_Email_Template
Next chapter
Jet\Mailing_Config_Sender