You are here

public function SendInBlueConfigFactory::getAccountEmail in SendinBlue 7.2

File

includes/sendinblue.config.php, line 64

Class

SendInBlueConfigFactory

Code

public function getAccountEmail() {
  return $this
    ->getVariable(self::ACCOUNT_EMAIL);
}