Skip to content

Commit eabdd18

Browse files
committed
docs: adding comments in base_email_access
1 parent 775061f commit eabdd18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Access/base_email_access/access.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,9 @@ def fetch_access_request_form_path(self):
207207
return "base_email_access/accessRequest.html"
208208

209209
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+
"""
210215
email_via_smtp(destination, subject, body)

0 commit comments

Comments
 (0)