PHP Class MagePal\GmailSmtpApp\Model\Transport

Inheritance: extends Zend_Mail_Transport_Smtp, implements Magento\Framework\Mail\TransportInterface
Datei anzeigen Open project: magepal/magento2-gmailsmtpapp

Protected Properties

Property Type Description
$_message Magento\Framework\Mail\MessageInterface

Public Methods

Method Description
__construct ( Magento\Framework\Mail\MessageInterface $message, Data $dataHelper )
sendMessage ( ) : void Send a mail using this transport

Method Details

__construct() public method

public __construct ( Magento\Framework\Mail\MessageInterface $message, Data $dataHelper )
$message Magento\Framework\Mail\MessageInterface
$dataHelper MagePal\GmailSmtpApp\Helper\Data

sendMessage() public method

Send a mail using this transport
public sendMessage ( ) : void
return void

Property Details

$_message protected_oe property

protected MessageInterface,Magento\Framework\Mail $_message
return Magento\Framework\Mail\MessageInterface