It's a weird problem, I am stumped to find the starting point. I am using mezzanine Accounts feature, when a user signup I receive an email that an account requires activation, when I activate the account user doesn't get the email about account activation. I tried different email addresses but none of them are receiving emails, when I use the same email as ACCOUNTS_APPROVAL_EMAILS then I receive the email.
The mailgun shows me the email was deleiverd but user never receive the email. I tried mailgun API to send the email directly to different addresses and it works fine, please help me to find the solution as I already spent hours to find the problem. ACCOUNTS_ENABLED = True ACCOUNTS_APPROVAL_REQUIRED = True ACCOUNTS_VERIFICATION_REQUIRED = True EMAIL_USE_TLS = True EMAIL_HOST = 'smtp.mailgun.org' EMAIL_HOST_USER = '[email protected]' EMAIL_HOST_PASSWORD = '.......' EMAIL_PORT = 587 -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
