When I send an email with my app from laravel, the receiver gets email from:
Example <[email protected]>
How can I customize this?
I was able to customize the default Subject field as the answer posted in https://stackoverflow.com/a/52415107/5016573
I am using mailgun as mail server.