Hello all,
While developing in the development environment I am getting certain emails in the terminal only:
- reset password
- change email
- course invitation from the Membership
I know that these are all sent using edx-ace and I have sidelined EMAIL_BACKEND
in the devstack.py and common.py. Still getting emails in the terminal only.
So, is there any way I can get these emails in my mailbox?
Note: Account Activation Email is working fine. I am using smtp.gmail.com as my EMAIL_HOST
.