Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Changing From email address

Thomas Tranter   ( User )

Commented 2 years ago

Is there any way for the mail from address to be different that the company email address. I want the main company email to show up on the invoice but billing@companydomain to be the email that the invoices are sent from. I tried editing the .env file and changing it there. That did not work.

Thomas Tranter   ( User )

Commented 2 years ago

I ended up editing app/Utilities/Overrider.php and changed config(['mail.from.address' => setting('company.email')]); to config(['mail.from.address' => ssetting('email.smtp_username')]);

let me know if there is a better way of doing it

Please login or register to leave a response.

Showing 1 to 2 of 2 discussions