Add users, but apparently the password authentication is done by mail, but the mails do not arrive, this error appears “An email must have a "From" or a "Sender" header.”
.env
MAIL_MAILER=smtp
MAIL_HOST=smtp.hostinger.com
MAIL_PORT=465
MAIL_USERNAME=xxx@xxx
MAIL_PASSWORD=xxxxx
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=xxx@xxx
MAIL_FROM_NAME=“xxx@xxx”
at the end I execute “php artisan optimize”
Hi,
Do you only see this error when adding users or also when emailing invoices?
for the moment to create the users.
i renamed the .env file expecting an error to occur and nothing happens, it’s like the .env file is not needed
I suggest sending a test invoice to see if it works or not.
It may help to run php artisan config:clear
or load /update?secret= in the browser.
I already sent an invoice and it didn’t work
I always use the “php artisan config:clear” and “php artisan optimize” command but it doesn’t work
the use of “” is so? “www.invoiceninja.ceaorika.com/update?secret=12345 ”
hillel
July 1, 2023, 10:31pm
6
@david do you have any suggestions?