I am currently using Mailgun for sending emails. I have verified my domain and entered all the records correctly.
I am using laravel which provides an easy way to use mailgun for sending emails.
I have given a MAIL_FROM_ADDRESS
as a gmail address eg.
[email protected]
[email protected]
But this is not working at all. The Mailgun logs shows email is delivered but no email is received in my gmail inbox at eg. [email protected]
So is it because my MAIL_FROM_ADDRESS
is a gmail address and not a domain email address?