#2393 Tips/tricks: add for case when EMAIL_SEND is False
Merged 6 years ago by pingou. Opened 6 years ago by vivekanand1101.
vivekanand1101/pagure send_email  into  master

file modified
+10
@@ -29,3 +29,13 @@ 

  Example:

  ~~~~~~~~

  https://pagure.io/pagure/issues?tags=!easyfix

+ 

+ 

+ Local user creation without email verification

+ ----------------------------------------------

+ 

+ If you set ``EMAIL_SEND`` to ```False``` from the configuration file, you

+ will get the emails printed to the console instead of being sent. The admin

+ of the instance can then access the URL to manually validate the account from

+ there. This is generally used for development where we don't need to send

+ any emails.

you will get the emails printed to the console instead of being sent ?

of the instance can then access the URL to manually validate an account from there ?

rebased

6 years ago

Looks good, thanks! :)

rebased

6 years ago

rebased

6 years ago

rebased

6 years ago

Pull-Request has been merged by pingou

6 years ago