php
$this->mail->addSubstitutions($this->config['sender']);
$this->mail->addSubstitution(
    'support_email', 
    $this->config['support_email']
);