public function SendInBlueApiInterface::getSmtpDetails in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Api/SendInBlueApiInterface.php \Drupal\sendinblue\Tools\Api\SendInBlueApiInterface::getSmtpDetails()
Get the details of smtp.
Return value
\Drupal\sendinblue\Tools\Model\GetSmtpDetails|null A smtp details.
2 methods override SendInBlueApiInterface::getSmtpDetails()
- SendinblueApiV2::getSmtpDetails in src/
Tools/ Api/ SendinblueApiV2.php - Get the details of smtp.
- SendinblueApiV3::getSmtpDetails in src/
Tools/ Api/ SendinblueApiV3.php - Get the details of smtp.
File
- src/
Tools/ Api/ SendInBlueApiInterface.php, line 153
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Namespace
Drupal\sendinblue\Tools\ApiCode
public function getSmtpDetails();