This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static function emailTemplate($viewName = '', $toEmail = '', $subject = '', $dataToSend = array()) | |
{ | |
$from = \Yii::$app->params['FROM_EMAIL']; | |
$bcc_email = \Yii::$app->params['BCC_EMAIL']; | |
\Yii::$app->mailer->compose($viewName, $dataToSend) | |
->setFrom($from) | |
->setTo($toEmail) | |
->setBcc($bcc_email) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +kishor10d is my blockchain ID. https://onename.com/kishor10d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +kishor10d is my blockchain ID. https://onename.com/kishor10d |