Open1

Laravel+dockerでメール送信時 "Cannot send message without a sender address" が出た時

plaincode_jpplaincode_jp

送信元アドレスがnullだとエラーになるので、.env で送信元を指定する

MAIL_FROM_ADDRESS=mail@example.com