Level 70
Have you set up the MAIL_FROM_NAME properly? Also, make sure that you have verified the email in SES that you are using as the sender mail.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
A Laravel application I host on Forge and for some reason the emails aren't sending with the MAIL_FROM_NAME. Can't figure out why so far. Anyone run into this?
I figured it out. Turned out I was using ->from('[email protected]')... which overrides the global default.
Fun fact: If you do ->from('[email protected]', 'Name') that works.
Please or to participate in this conversation.