问题
I have a simple installation of Django Oscar project. I would like to know how to send user verification email so that all new users registered email IDs can be verified? By default Oscar registers new users and sends registration email to users.
回答1:
Registration email function in RegisterUserMixin class (customer -> mixin), It use in customer view. so You want to override form_valid function in AccountRegistrationView class (customer -> views.py)
来源:https://stackoverflow.com/questions/54615815/django-oscar-user-verification-email