public function GetSmtpTemplateOverview::getFromEmail in SendinBlue 8.2
Same name and namespace in other branches
- 8 src/Tools/Model/GetSmtpTemplateOverview.php \Drupal\sendinblue\Tools\Model\GetSmtpTemplateOverview::getFromEmail()
Return value
string
File
- src/
Tools/ Model/ GetSmtpTemplateOverview.php, line 102
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getFromEmail() : string {
return $this->fromEmail;
}