|
|
@@ -59,11 +59,16 @@ return [
|
|
|
'enableSwiftMailerLogging' => true,
|
|
|
'transport' => [
|
|
|
'class' => 'Swift_SmtpTransport',
|
|
|
- 'host' => 'mail.authsmtp.com',
|
|
|
- 'port' => 325,
|
|
|
- 'username' => 'ac71555',
|
|
|
- 'password' => 'I1j-MKi-fJ8-nHb',
|
|
|
- 'encryption' => 'TLS',
|
|
|
+ 'host' => 'smtp.gmail.com',
|
|
|
+ 'port' => 587,
|
|
|
+ 'username' => 'zhangl18511880790@gmail.com',
|
|
|
+ 'password' => 'zhangl1987@ASD',
|
|
|
+ 'encryption' => 'SSL',
|
|
|
+// 'host' => 'mail.authsmtp.com',
|
|
|
+// 'port' => 325,
|
|
|
+// 'username' => 'ac71555',
|
|
|
+// 'password' => 'I1j-MKi-fJ8-nHb',
|
|
|
+// 'encryption' => 'TLS',
|
|
|
],
|
|
|
],
|
|
|
'swooleAsyncTimer' => [
|