File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ MAIL_USERNAME=null
3737MAIL_PASSWORD = null
3838MAIL_ENCRYPTION = null
3939MAIL_FROM_ADDRESS = " hello@example.com"
40- MAIL_FROM_NAME = " ${ APP_NAME } "
40+ MAIL_FROM_NAME = " Speedtest Tracker "
4141
4242AWS_ACCESS_KEY_ID =
4343AWS_SECRET_ACCESS_KEY =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ MAIL_USERNAME=null
1717MAIL_PASSWORD = null
1818MAIL_ENCRYPTION = null
1919MAIL_FROM_ADDRESS = " hello@example.com"
20- MAIL_FROM_NAME = " ${ APP_NAME } "
20+ MAIL_FROM_NAME = " Speedtest Tracker "
2121
2222# Telegram bot config
2323TELEGRAM_BOT_TOKEN = null
Original file line number Diff line number Diff line change 100100
101101 'from ' => [
102102 'address ' => env ('MAIL_FROM_ADDRESS ' , 'hello@example.com ' ),
103- 'name ' => env ('MAIL_FROM_NAME ' , 'Example ' ),
103+ 'name ' => env ('MAIL_FROM_NAME ' , 'Speedtest Tracker ' ),
104104 ],
105105
106106 /*
You can’t perform that action at this time.
0 commit comments