public function GetSmtpDetails::getRelay in SendinBlue 7.2
Return value
string
File
- includes/
Model/ GetSmtpDetails.php, line 54
Class
Code
public function getRelay() {
return $this->relay;
}
string
public function getRelay() {
return $this->relay;
}