Skip to content

Commit cdd8126

Browse files
committed
Fixed built in SMTP service
1 parent 27ffc29 commit cdd8126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/mail.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@
6060
| password recovery and registration purposes involving
6161
| users personal LittleLink Custom or LittleLink Admin pages.
6262
| Users of this service must abide by our Terms and Conditions
63-
| found at https://llc-mail.tru.io/.
63+
| found at https://littlelink-custom.com/mail.
6464
|
6565
*/
6666

6767
'built-in' => [
6868
'transport' => 'smtp',
69-
'host' => 'llc-mail.tru.io',
69+
'host' => 'mail.llc.ovh',
7070
'port' => '587',
7171
'encryption' => 'tls',
72-
'username' => 'littlelink-custom@llc-mail.tru.io',
73-
'password' => 'fTwsn=eNB4',
72+
'username' => 'littlelink-custom@mail.llc.ovh',
73+
'password' => 'd9nte>Bg35',
7474
'timeout' => null,
7575
'auth_mode' => null,
7676
'from' => [
77-
'address' => 'littlelink-custom@llc-mail.tru.io',
77+
'address' => 'littlelink-custom@mail.llc.ovh',
7878
'name' => env('MAIL_FROM_NAME'),
7979
],
8080
],

0 commit comments

Comments
 (0)