We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775061f commit eabdd18Copy full SHA for eabdd18
Access/base_email_access/access.py
@@ -207,4 +207,9 @@ def fetch_access_request_form_path(self):
207
return "base_email_access/accessRequest.html"
208
209
def email_via_smtp(self, destination, subject, body):
210
+ """
211
+ method to send email via smtp.
212
+ It is calling bootprocess.general.email_via_smtp under the hood to reduce external imports of bootprocess in
213
+ access_modules
214
215
email_via_smtp(destination, subject, body)
0 commit comments