Blog

Change email address and sender name when using Laravel

Laravel

To change the email address for sent emails and the sender name in Laravel, simply add the following two lines to the .env file:

MAIL_FROM_ADDRESS=no-reply@example.com
MAIL_FROM_NAME=MySenderName