mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	email_log: Show reply_to address if present.
This commit is contained in:
		| @@ -67,6 +67,7 @@ class EmailLogBackEnd(BaseEmailBackend): | ||||
|         context = { | ||||
|             'subject': email.subject, | ||||
|             'from_email': email.from_email, | ||||
|             'reply_to': email.reply_to, | ||||
|             'recipients': email.to, | ||||
|             'body': email.body, | ||||
|             'html_message': html_message, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user