Level 11
Hi!
Change sender:
config()->set('mail.from.address', '[email protected]');
Change name:
config()->set('mail.from.name', 'New Sender Name');
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
in a close application to automate same corporate processes i need to change a email sender account in runtime, with previous authorization of sender
Hi!
Change sender:
config()->set('mail.from.address', '[email protected]');
Change name:
config()->set('mail.from.name', 'New Sender Name');
Please or to participate in this conversation.