I try to send email via Mailgun service. I have domain mg.domain.com that verified in the DNS (TXT records). I try to send email from user@some_domain.com and the credentials is the mailgun service mg.domain.com.
I defined the 'From' in the code as user@some_domain.com
In Gmail i get the email like this:
user@some_domain.com via mg.domain.com
But in Outlook i get:
user=some_domain.com@mg.domain.com on behalf of user@some_domain.com
Why?
I want to get in outlook the same as in Gmail, with the '='.
Actually, i want to send from info@mg.domain.com, i mean:
user@some_domain.com on behalf of info@mg.domain.com
Is it possible?
Thanks!