mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-08 11:57:52 +08:00
🐛 修复 BUG
This commit is contained in:
parent
a43df045d7
commit
4620003d9a
@ -28,8 +28,8 @@ return [
|
||||
'mailers' => [
|
||||
'smtp' => [
|
||||
SmtpOption::Transport => 'smtp',
|
||||
SmtpOption::Host => '',
|
||||
SmtpOption::Port => 25,
|
||||
SmtpOption::Host => 'smtp.mailgun.org',
|
||||
SmtpOption::Port => 587,
|
||||
SmtpOption::Encryption => 'tls',
|
||||
SmtpOption::Username => '',
|
||||
SmtpOption::Password => '',
|
||||
|
Loading…
Reference in New Issue
Block a user