Draft: Avoid send emails in SubscriptionRequest creation
The configuration flag to send the confirmation email is not working.
When we call to the super().create() of SubscriptionRequest the create method of EMC send the email without look the flag:
https://github.com/coopiteasy/vertical-cooperative/blob/12.0/easy_my_coop/models/coop.py#L92
Until we can install a version of EMC with the configuration flags, we need this fix.
Edited by Pelayo García