|
|
@@ -12,15 +12,15 @@ $config = [
|
|
|
'useFileTransport' => false,
|
|
|
'transport' => [
|
|
|
'class' => 'Swift_SmtpTransport',
|
|
|
- 'host' => 'smtp.exmail.qq.com',
|
|
|
- 'username' => 'admin@helongfx.com',
|
|
|
- 'password' => "Helonk99",
|
|
|
+ 'host' => 'smtp.sendgrid.net',
|
|
|
+ 'username' => 'apikey',
|
|
|
+ 'password' => "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",
|
|
|
'port' => '465',
|
|
|
'encryption' => 'ssl',
|
|
|
],
|
|
|
'messageConfig' => [
|
|
|
'charset' => 'UTF-8',
|
|
|
- 'from' => ['admin@helongfx.com' => '和隆']
|
|
|
+ 'from' => ['admin@vegardmkt.com' => 'Vegard']
|
|
|
],
|
|
|
|
|
|
],
|