solved Email Oddity - Any ideas?

Dazed
Dazed
@dazed
11 years ago
1,022 posts
Hey Guys - I have a slight issue I am trying to figure out. From the acp > communication > email support > I am having trouble when running some tests. If I send to a gmail account I receive the test email just fine. However if I use an email from my domain ex. to me@mydomain.com from me@mydomain.com or to anotheruser@mydomain.com I receive no emails.

I use sendgrid and I see the emails being sent there. I then logged into my mail client and tried the same test and I receive the emails. I submitted a ticket to sendgrid for them to look at but I am kind of stumped. This worked fine a few weeks ago. I am no longer receiving log file emails, signups etc.

Appreciate the help!
updated by @dazed: 08/26/14 06:25:20AM
michael
@michael
11 years ago
7,772 posts
Not sure what sendgrid is, but I use the mailgun module from my dev server and it works great. The server doesn't do any of the email sending, jamroom sends it to mailgun and mailgun sends it.

No need to worry about server mail authentication/setup etc.

--update--
"jrMailGun"
https://www.jamroom.net/the-jamroom-network/documentation/modules/282/jrmailgun
updated by @michael: 07/22/14 11:40:12PM
Dazed
Dazed
@dazed
11 years ago
1,022 posts
Hey Michael - Sendgrid is basically the same thing. Brian actually referred me to both if memory serves. I resolved the issue by white listing the sendgrid ip on my domain side.
michael
@michael
11 years ago
7,772 posts
Nice work. I wouldn't have got you to that answer. Glad you got it sorted.