You are here

public function GetSmtpDetails::getRelay in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetSmtpDetails.php \Drupal\sendinblue\Tools\Model\GetSmtpDetails::getRelay()

Return value

string

File

src/Tools/Model/GetSmtpDetails.php, line 55

Class

GetSmtpDetails

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getRelay() : string {
  return $this->relay;
}