| Current Path : /var/www/html/intranetdbklv2/common/config/ |
| Current File : /var/www/html/intranetdbklv2/common/config/mail.php |
<?php
return [
'class' => 'yii\\swiftmailer\\Mailer',
'useFileTransport' => false,
// 'transport' => [
// 'class' => 'Swift_SmtpTransport',
// 'host' => 'smtp.gmail.com',
// 'username' => 'noreply.testemailweb@gmail.com',
// 'password' => 'zaq1XSW@cde3',
// 'port' => '587',
// 'encryption' => 'tls'
// ]
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'blunetdev.com',
'username' => 'dev@blunetdev.com',
'password' => 'blunet@0258',
'port' => '587',
'encryption' => 'tls'
],
];