Ask, reply and learn. Join the community of Akaunting.
Hi there,
I can't figure out why i'm getting my invoices from
I've tried using SENDMAIL and SMTP with credentials, but both show the same.
Full format below (i've replaced the company and host names)
[company]@[hosting-server]; on behalf of; Example <[email protected]>
Hello,
You should enter your company email into the Settings > General page.
Thats the first thing I tried, and changed all my email settings as well, but nothing worked.
I fixed it for now, by editing line 58;
'from' => [
'address' => env('MAIL_FROM_ADDRESS', '[email protected]'),
'name' => env('MAIL_FROM_NAME', 'Round Table Equator 28'),
],
in /config/mail.php
Showing 1 to 3 of 3 discussions