alternative-backend-service/templates/emails
saani d670baf594 refactor(email): improve email service implementation and templates
- Remove strip_tags usage and use explicit fallback text for HTML emails
- Use named parameters in EmailMultiAlternatives for better clarity
- Add fail_silently=False to email.send() for explicit error handling
- Rename variables (html_content -> html_message, email_msg -> email)
- Remove action buttons from appointment email templates

These changes improve code readability and provide a clearer fallback
message for non-HTML email clients instead of relying on stripped HTML.
2025-11-23 00:27:44 +00:00
..
admin_notification.html feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
appointment_rejected.html refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
appointment_scheduled.html refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
base.html feat: add HIPAA-compliant email and OTP authentication system 2025-11-22 02:19:44 +00:00
otp_verification.html feat: add HIPAA-compliant email and OTP authentication system 2025-11-22 02:19:44 +00:00
password_reset_otp.html feat: add HIPAA-compliant email and OTP authentication system 2025-11-22 02:19:44 +00:00