I had configured smtp in .env file, and it works well. But I want to edit email template in console page, and system tell me I must set the smtp infomation in console page first. When I set the smtp in page, there is an error message: Could not connect to SMTP server. But I inputed the same information with .env smtp info. What is wrong? Apprite version is 1.4.9.
What did you put for the SMTP secure env var?
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...