beyondcode / laravel-mailbox

Catch incoming emails in your Laravel application
https://beyondco.de/docs/laravel-mailbox/getting-started/introduction
MIT License
1.04k stars 127 forks source link

not getting the from email value using mailgun #128

Open saraswat19 opened 4 days ago

saraswat19 commented 4 days ago

image

In the above code, it gives username in $email->from() and no value in $email->fromName()

How do you get from email value?