Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ConfigInterface $contactsConfig, TransportBuilder $transportBuilder, StateInterface $inlineTranslation, StoreManagerInterface $storeManager=null) | |
send ($replyTo, array $variables) | |
__construct | ( | ConfigInterface | $contactsConfig, |
TransportBuilder | $transportBuilder, | ||
StateInterface | $inlineTranslation, | ||
StoreManagerInterface | $storeManager = null |
||
) |
Initialize dependencies.
ConfigInterface | $contactsConfig | |
TransportBuilder | $transportBuilder | |
StateInterface | $inlineTranslation | |
StoreManagerInterface | null | $storeManager |
Definition at line 44 of file Mail.php.
send | ( | $replyTo, | |
array | $variables | ||
) |
Send email from contact form
string | $replyTo | |
array | $variables |
Implements MailInterface.
Definition at line 63 of file Mail.php.