Update email_utils.py
Browse files- email_utils.py +1 -0
email_utils.py
CHANGED
|
@@ -53,3 +53,4 @@ def send_otp_email(receiver_email, otp):
|
|
| 53 |
except Exception as e:
|
| 54 |
print(f"DEBUG: Exception occurred: {e}")
|
| 55 |
raise e
|
|
|
|
|
|
| 53 |
except Exception as e:
|
| 54 |
print(f"DEBUG: Exception occurred: {e}")
|
| 55 |
raise e
|
| 56 |
+
|