✨(mail) include expiration information in recording notification emails
Add validity duration (number of days valid) to email notifications for recordings. Informs users about their recording's lifespan, providing important context about content availability.
This commit is contained in:
@@ -63,6 +63,7 @@ class NotificationService:
|
||||
"logo_img": settings.EMAIL_LOGO_IMG,
|
||||
"domain": settings.EMAIL_DOMAIN,
|
||||
"room_name": recording.room.name,
|
||||
"recording_expiration_days": settings.RECORDING_EXPIRATION_DAYS,
|
||||
"link": f"{settings.SCREEN_RECORDING_BASE_URL}/{recording.id}",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user