0

I am sending emails using mailgun (smtp) to my Gmail account don't show up in my Gmail inbox yet it gets sent successfully.

  • I am using django web development framework.
  • I am using mailgun (smtp).
  • I am still using the sandbox testing environment
senjack
  • 11
  • 1
  • If they are sent out, it's not a programming issue. What happen between mailing and Gmail is out of the scope of Stack Overflow. – Klaus D. Feb 21 '21 at 18:02

1 Answers1

0

I would change from the sandbox to a (your) real domain.
This detailed description may help you: Can I send email with mailgun sandbox domain under my local OS?

FredyWenger
  • 2,236
  • 2
  • 32
  • 36