You are here

public function GetSmtpDetails::setRelay in SendinBlue 8

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

Parameters

string $relay:

File

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

Class

GetSmtpDetails

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setRelay(string $relay) {
  $this->relay = $relay;
}