我試圖安裝包zendmail,但我得到了下面 [email protected]:~/Documents/strawberry$ composer require zendframework/zend-mail
Using version ^2.8 for zendframework/zend-mail
./composer.json has been updated
Loading com
我正在嘗試發送一個電子郵件模板用於註冊時的電子郵件確認。郵件已發送,我可以收到它,但我可以在電子郵件中看到代碼,而不是按鈕和其他元素...我的, 我的功能來發送電子郵件如下: public function sendConfirmationMail($user) {
$urlPlugin = $this->getServiceLocator()->get('url_plugin');